diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2023-05-08 06:04:33 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-05-08 09:38:49 +0200 |
commit | 9d2edccb154bd98baf7f1e21d23f799e4f5e8359 (patch) | |
tree | 663cf6f3aedff7313cb5f987a3803ed7623ac3f4 /arch/arm/mach-s3c/Kconfig.s3c64xx | |
parent | Linux 6.4-rc1 (diff) | |
download | linux-9d2edccb154bd98baf7f1e21d23f799e4f5e8359.tar.xz linux-9d2edccb154bd98baf7f1e21d23f799e4f5e8359.zip |
ARM: s3c: remove obsolete config S3C64XX_SETUP_IDE
Commit 0d297df03890 ("ARM: s3c: simplify platform code") removes the line
in Makefile.s3c64xx to configure the inclusion of setup-ide-s3c64xx.c,
with CONFIG_S3C64XX_SETUP_IDE. So, since then, config S3C64XX_SETUP_IDE has
no effect and any further purpose.
Remove the obsolete config S3C64XX_SETUP_IDE.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20230508040433.13648-1-lukas.bulwahn@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'arch/arm/mach-s3c/Kconfig.s3c64xx')
-rw-r--r-- | arch/arm/mach-s3c/Kconfig.s3c64xx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-s3c/Kconfig.s3c64xx b/arch/arm/mach-s3c/Kconfig.s3c64xx index 01a7a8eec6e8..8f40af063ad6 100644 --- a/arch/arm/mach-s3c/Kconfig.s3c64xx +++ b/arch/arm/mach-s3c/Kconfig.s3c64xx @@ -69,11 +69,6 @@ config S3C64XX_SETUP_I2C1 help Common setup code for i2c bus 1. -config S3C64XX_SETUP_IDE - bool - help - Common setup code for S3C64XX IDE. - config S3C64XX_SETUP_FB_24BPP bool help @@ -110,7 +105,6 @@ config MACH_WLF_CRAGG_6410 select S3C64XX_DEV_SPI0 select S3C64XX_SETUP_FB_24BPP select S3C64XX_SETUP_I2C1 - select S3C64XX_SETUP_IDE select S3C64XX_SETUP_KEYPAD select S3C64XX_SETUP_SDHCI select S3C64XX_SETUP_SPI |