aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2021-10-27 18:54:54 +0200
committerTom Rini <trini@konsulko.com>2021-10-31 08:46:29 -0400
commit60b9b47d295b9f197d1dee2f893a8c49fcbee10e (patch)
tree8ca2f917d4f36abdd60ca5cda823e69b48565879 /arch/arm/Kconfig
parenta84cea06bb8fff69810a890ac0e4b47ea5726512 (diff)
downloadu-boot-60b9b47d295b9f197d1dee2f893a8c49fcbee10e.zip
u-boot-60b9b47d295b9f197d1dee2f893a8c49fcbee10e.tar.gz
u-boot-60b9b47d295b9f197d1dee2f893a8c49fcbee10e.tar.bz2
Revert "arch: arm: use dt and UCLASS_SYSCON to get gic lpi details"
Stop using the device tree as a source for ad-hoc information. This reverts commit 2ae7adc659f7fca9ea65df4318e5bca2b8274310. Signed-off-by: Michael Walle <michael@walle.cc> [trini: Also make board/broadcom/bcmns3/ns3.c fail clearly now] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 02f8306..86c1ebd 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -82,8 +82,6 @@ config GICV3
config GIC_V3_ITS
bool "ARM GICV3 ITS"
- select REGMAP
- select SYSCON
select IRQ
help
ARM GICV3 Interrupt translation service (ITS).