[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <163352918158.25758.16985793386110673881.tip-bot2@tip-bot2>
Date: Wed, 06 Oct 2021 14:06:21 -0000
From: "tip-bot2 for Lukas Bulwahn" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
Lukas Bulwahn <lukas.bulwahn@...il.com>,
Borislav Petkov <bp@...e.de>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [tip: x86/cleanups] x86/Kconfig: Remove references to obsolete
Kconfig symbols
The following commit has been merged into the x86/cleanups branch of tip:
Commit-ID: 3fd3590b53d1462ab534523e8d9ebdebd9b55f79
Gitweb: https://git.kernel.org/tip/3fd3590b53d1462ab534523e8d9ebdebd9b55f79
Author: Lukas Bulwahn <lukas.bulwahn@...il.com>
AuthorDate: Tue, 03 Aug 2021 13:35:26 +02:00
Committer: Borislav Petkov <bp@...e.de>
CommitterDate: Tue, 05 Oct 2021 21:36:58 +02:00
x86/Kconfig: Remove references to obsolete Kconfig symbols
Remove two symbols referenced in Kconfig which have been removed
previously by:
ef3c67b6454b ("mfd: intel_msic: Remove driver for deprecated platform")
1b79fc4f2bfd ("x86/apb_timer: Remove driver for deprecated platform")
Detected by scripts/checkkconfigsymbols.py.
[ bp: Merge into a single patch. ]
Suggested-by: Randy Dunlap <rdunlap@...radead.org>
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...il.com>
Signed-off-by: Borislav Petkov <bp@...e.de>
Link: https://lkml.kernel.org/r/20210803113531.30720-5-lukas.bulwahn@gmail.com
---
arch/x86/Kconfig | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 4e001bb..b79e88e 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -605,9 +605,7 @@ config X86_INTEL_MID
depends on X86_IO_APIC
select I2C
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
Powered by blists - more mailing lists