Message ID | 20200203130646.86598-2-wolfgang.wallner@br-automation.com |
---|---|
State | New |
Headers | show |
Series | [1/2] x86: itss: Add a Kconfig option to enable/disable ITSS driver | expand |
On Mon, 3 Feb 2020 at 06:07, Wolfgang Wallner <wolfgang.wallner at br-automation.com> wrote: > > Atuomatically select the ITSS driver when building for Apollo Lake. > > Signed-off-by: Wolfgang Wallner <wolfgang.wallner at br-automation.com> > > --- > > arch/x86/cpu/apollolake/Kconfig | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Simon Glass <sjg at chromium.org>
On Mon, Feb 3, 2020 at 9:07 PM Wolfgang Wallner <wolfgang.wallner at br-automation.com> wrote: > > Atuomatically select the ITSS driver when building for Apollo Lake. > > Signed-off-by: Wolfgang Wallner <wolfgang.wallner at br-automation.com> > > --- > > arch/x86/cpu/apollolake/Kconfig | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
On Mon, Feb 3, 2020 at 10:23 PM Bin Meng <bmeng.cn at gmail.com> wrote: > > On Mon, Feb 3, 2020 at 9:07 PM Wolfgang Wallner > <wolfgang.wallner at br-automation.com> wrote: > > > > Atuomatically select the ITSS driver when building for Apollo Lake. > > > > Signed-off-by: Wolfgang Wallner <wolfgang.wallner at br-automation.com> > > > > --- > > > > arch/x86/cpu/apollolake/Kconfig | 1 + > > 1 file changed, 1 insertion(+) > > > > Reviewed-by: Bin Meng <bmeng.cn at gmail.com> Squashed into https://gitlab.denx.de/u-boot/custodians/u-boot-x86/commit/1d5bf32f0feaac806f85f128befd619cc81e7e08 for bisectability. Regards, Bin
diff --git a/arch/x86/cpu/apollolake/Kconfig b/arch/x86/cpu/apollolake/Kconfig index fcff176c27..a760e0ac68 100644 --- a/arch/x86/cpu/apollolake/Kconfig +++ b/arch/x86/cpu/apollolake/Kconfig @@ -39,6 +39,7 @@ config INTEL_APOLLOLAKE imply HAVE_X86_FIT imply INTEL_GPIO imply SMP + imply HAVE_ITSS if INTEL_APOLLOLAKE
Atuomatically select the ITSS driver when building for Apollo Lake. Signed-off-by: Wolfgang Wallner <wolfgang.wallner at br-automation.com> --- arch/x86/cpu/apollolake/Kconfig | 1 + 1 file changed, 1 insertion(+)