diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-04-02 17:08:11 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-04-08 18:19:18 +0300 |
commit | 8c1fb11b8a77dc489a8ef6d96c38c1297b629d06 (patch) | |
tree | ad8c04edd8dc59dec3e08a5bb133b3fa73273298 /arch/arm/Kconfig | |
parent | c78a41fc04f0209cba1e62ccbe6a4844633515e7 (diff) | |
download | linux-8c1fb11b8a77dc489a8ef6d96c38c1297b629d06.tar.xz |
ARM: s3c: enable s3c24xx multiplatform support
With the custom ISA I/O and the missing sparse-irq support
out of the way, s3c24xx can now be built into the same
kernel as all other ARM9 based platforms.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c06e008c90ab..68b0a857f9e5 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -438,24 +438,6 @@ config ARCH_SA1100 help Support for StrongARM 11x0 based boards. -config ARCH_S3C24XX - bool "Samsung S3C24XX SoCs" - select ATAGS - select CLKSRC_SAMSUNG_PWM - select GPIO_SAMSUNG - select GPIOLIB - select IRQ_DOMAIN - select S3C2410_WATCHDOG - select SAMSUNG_ATAGS - select SPARSE_IRQ - select USE_OF - select WATCHDOG - help - Samsung S3C2410, S3C2412, S3C2413, S3C2416, S3C2440, S3C2442, S3C2443 - and S3C2450 SoCs based systems, such as the Simtec Electronics BAST - (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or the - Samsung SMDK2410 development board (and derivatives). - config ARCH_OMAP1 bool "TI OMAP1" select ARCH_OMAP |