Re: [PATCH 2/2] x86: apl: Include ITSS driver

2020-02-03 Thread Bin Meng
On Mon, Feb 3, 2020 at 10:23 PM Bin Meng wrote: > > On Mon, Feb 3, 2020 at 9:07 PM Wolfgang Wallner > wrote: > > > > Atuomatically select the ITSS driver when building for Apollo Lake. > > > > Signed-off-by: Wolfgang Wallner > > > > --- > > > > arch/x86/cpu/apollolake/Kconfig | 1 + > > 1 file

Re: [PATCH 2/2] x86: apl: Include ITSS driver

2020-02-03 Thread Bin Meng
On Mon, Feb 3, 2020 at 9:07 PM Wolfgang Wallner wrote: > > Atuomatically select the ITSS driver when building for Apollo Lake. > > Signed-off-by: Wolfgang Wallner > > --- > > arch/x86/cpu/apollolake/Kconfig | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Bin Meng

Re: [PATCH 2/2] x86: apl: Include ITSS driver

2020-02-03 Thread Simon Glass
On Mon, 3 Feb 2020 at 06:07, Wolfgang Wallner wrote: > > Atuomatically select the ITSS driver when building for Apollo Lake. > > Signed-off-by: Wolfgang Wallner > > --- > > arch/x86/cpu/apollolake/Kconfig | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Simon Glass

[PATCH 2/2] x86: apl: Include ITSS driver

2020-02-03 Thread Wolfgang Wallner
Atuomatically select the ITSS driver when building for Apollo Lake. Signed-off-by: Wolfgang Wallner --- arch/x86/cpu/apollolake/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/cpu/apollolake/Kconfig b/arch/x86/cpu/apollolake/Kconfig index fcff176c27..a760e0ac68 100644 ---