diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-11-25 17:32:19 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-12-18 14:08:15 +0100 |
commit | 2934167dd02b4fb5f6c57b36c92b3af23e8bad9f (patch) | |
tree | 6c90f5e16da62871ac1e4fa5b1fb931af58c6be8 /arch/arm/Kconfig | |
parent | 5420b4b156179ec634d9e42279b6898b85852960 (diff) | |
download | blackbird-op-linux-2934167dd02b4fb5f6c57b36c92b3af23e8bad9f.tar.gz blackbird-op-linux-2934167dd02b4fb5f6c57b36c92b3af23e8bad9f.zip |
ARM: realview: enable multiplatform
All obstacles are out of the way by now, so we can finally move realview
to multiplatform.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Russell King <linux@arm.linux.org.uk>
[Rebased Kconfig, fixed if $(X) to if X in Makefile]
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 29915c7af9eb..242dc4048059 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -343,20 +343,6 @@ config ARM_SINGLE_ARMV7M select SPARSE_IRQ select USE_OF -config ARCH_REALVIEW - bool "ARM Ltd. RealView family" - select ARCH_WANT_OPTIONAL_GPIOLIB - select ARM_AMBA - select ARM_TIMER_SP804 - select COMMON_CLK - select COMMON_CLK_VERSATILE - select GENERIC_CLOCKEVENTS - select GPIO_PL061 if GPIOLIB - select ICST - select PLAT_VERSATILE - select PLAT_VERSATILE_SCHED_CLOCK - help - This enables support for ARM Ltd RealView boards. config ARCH_VERSATILE bool "ARM Ltd. Versatile family" |