diff mbox series

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

Message ID 20200203130646.86598-2-wolfgang.wallner@br-automation.com
State Accepted
Delegated to: Bin Meng
Headers show
Series [1/2] x86: itss: Add a Kconfig option to enable/disable ITSS driver | expand

Commit Message

Wolfgang Wallner Feb. 3, 2020, 1:06 p.m. UTC
Atuomatically select the ITSS driver when building for Apollo Lake.

Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>

---

 arch/x86/cpu/apollolake/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass Feb. 3, 2020, 1:36 p.m. UTC | #1
On Mon, 3 Feb 2020 at 06:07, Wolfgang Wallner
<wolfgang.wallner@br-automation.com> wrote:
>
> Atuomatically select the ITSS driver when building for Apollo Lake.
>
> Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
>
> ---
>
>  arch/x86/cpu/apollolake/Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
Bin Meng Feb. 3, 2020, 2:23 p.m. UTC | #2
On Mon, Feb 3, 2020 at 9:07 PM Wolfgang Wallner
<wolfgang.wallner@br-automation.com> wrote:
>
> Atuomatically select the ITSS driver when building for Apollo Lake.
>
> Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
>
> ---
>
>  arch/x86/cpu/apollolake/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Bin Meng Feb. 4, 2020, 5:05 a.m. UTC | #3
On Mon, Feb 3, 2020 at 10:23 PM Bin Meng <bmeng.cn@gmail.com> wrote:
>
> On Mon, Feb 3, 2020 at 9:07 PM Wolfgang Wallner
> <wolfgang.wallner@br-automation.com> wrote:
> >
> > Atuomatically select the ITSS driver when building for Apollo Lake.
> >
> > Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
> >
> > ---
> >
> >  arch/x86/cpu/apollolake/Kconfig | 1 +
> >  1 file changed, 1 insertion(+)
> >
>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

Squashed into https://gitlab.denx.de/u-boot/custodians/u-boot-x86/commit/1d5bf32f0feaac806f85f128befd619cc81e7e08
for bisectability.

Regards,
Bin
diff mbox series

Patch

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