diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-07-25 15:12:56 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-09-09 21:36:47 +0200 |
commit | f962396ce29244d9a64f241481fa73fa370404c3 (patch) | |
tree | 26bb3af4a09df811f56c75b99b9c5cc132a94aa5 /arch/arm/Kconfig | |
parent | arm64: exynos: Enable exynos-chipid driver (diff) | |
download | linux-f962396ce29244d9a64f241481fa73fa370404c3.tar.xz linux-f962396ce29244d9a64f241481fa73fa370404c3.zip |
ARM: davinci: support multiplatform build for ARM v5
Add modifications necessary to make davinci part of the ARM v5
multiplatform build.
Move the arch-specific configuration out of arch/arm/Kconfig and
into mach-davinci/Kconfig. Remove the sub-menu for DaVinci
implementations (they'll be visible directly under the system type.
Select all necessary options not already selected by ARCH_MULTI_V5.
Update davinci_all_defconfig. Explicitly include the mach-specific
headers in mach-davinci/Makefile.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 14a3104243fd..1cc8d5fd47fe 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -509,28 +509,6 @@ config ARCH_S3C24XX (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or the Samsung SMDK2410 development board (and derivatives). -config ARCH_DAVINCI - bool "TI DaVinci" - select ARCH_HAS_HOLES_MEMORYMODEL - select COMMON_CLK - select CPU_ARM926T - select DAVINCI_TIMER - select GENERIC_ALLOCATOR - select GENERIC_CLOCKEVENTS - select GENERIC_IRQ_CHIP - select GENERIC_IRQ_MULTI_HANDLER - select GPIOLIB - select HAVE_IDE - select PM_GENERIC_DOMAINS if PM - select PM_GENERIC_DOMAINS_OF if PM && OF - select REGMAP_MMIO - select RESET_CONTROLLER - select SPARSE_IRQ - select USE_OF - select ZONE_DMA - help - Support for TI's DaVinci platform. - config ARCH_OMAP1 bool "TI OMAP1" depends on MMU |