From 1d5bf32f0feaac806f85f128befd619cc81e7e08 Mon Sep 17 00:00:00 2001 From: Wolfgang Wallner Date: Mon, 3 Feb 2020 14:06:45 +0100 Subject: x86: itss: Add a Kconfig option to enable/disable ITSS driver Add a Kconfig option to support enabling/disabling the inclusion of the ITSS driver depending on the platform. Atuomatically select the ITSS driver when building for Apollo Lake. Signed-off-by: Wolfgang Wallner Reviewed-by: Simon Glass Reviewed-by: Bin Meng [bmeng: squashed in http://patchwork.ozlabs.org/patch/1232761/] Signed-off-by: Bin Meng --- arch/x86/cpu/apollolake/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/x86/cpu/apollolake/Kconfig') 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 -- cgit