diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-05-30 15:46:17 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-06-03 21:48:53 +0300 |
commit | 7036440eab3e2d47a775d4616909f8235488d714 (patch) | |
tree | e7f8c6d8c5ee37efe48b14bac59b9162ee8f6e48 /arch/arm/Kconfig | |
parent | c73b9099da4fb5703abaa804a0377850eea66cb5 (diff) | |
download | linux-7036440eab3e2d47a775d4616909f8235488d714.tar.xz |
ARM: omap1: enable multiplatform
With all the header files out of the way, and the clock driver
converted to the common framework, nothing stops us from building
OMAP together with the other platforms.
As usual, the decompressor support is a victim here, and is
only available when CONFIG_DEBUG_LL is configured for the
particular board.
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index f182f32145a8..7630ba9cb6cc 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -396,19 +396,6 @@ config ARCH_SA1100 help Support for StrongARM 11x0 based boards. -config ARCH_OMAP1 - bool "TI OMAP1" - depends on CPU_LITTLE_ENDIAN - select CLKSRC_MMIO - select FORCE_PCI if PCCARD - select GENERIC_IRQ_CHIP - select GPIOLIB - select HAVE_LEGACY_CLK - select IRQ_DOMAIN - select SPARSE_IRQ - help - Support for older TI OMAP1 (omap7xx, omap15xx or omap16xx) - endchoice menu "Multiple platform selection" |