lkml.org 
[lkml]   [2021]   [Aug]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 4/9] x86/Kconfig: remove reference to obsolete MFD_INTEL_MSIC config
Date
Commit ef3c67b6454b ("mfd: intel_msic: Remove driver for deprecated
platform") removes the definition of the config MFD_INTEL_MSIC in
./drivers/mfd/Kconfig, but misses to remove a reference to it in
config X86_INTEL_MID in ./arch/x86/Kconfig.

Fortunately, ./scripts/checkkconfigsymbols.py warns:

MFD_INTEL_MSIC
Referencing files: arch/x86/Kconfig

Remove this reference to the obsolete config.

Fixes: ef3c67b6454b ("mfd: intel_msic: Remove driver for deprecated platform")
Suggested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
arch/x86/Kconfig | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 79e7457db5c9..b553e8b4df4e 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -608,7 +608,6 @@ config X86_INTEL_MID
select DW_APB_TIMER
select APB_TIMER
select INTEL_SCU_PCI
- select MFD_INTEL_MSIC
help
Select to build a kernel capable of supporting Intel MID (Mobile
Internet Device) platform systems which do not have the PCI legacy
--
2.17.1
\
 
 \ /
  Last update: 2021-08-03 13:36    [W:0.191 / U:0.104 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site