Skip to content

Commit 9d2edcc

Browse files
bulwahnkrzk
authored andcommitted
ARM: s3c: remove obsolete config S3C64XX_SETUP_IDE
Commit 0d297df ("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>
1 parent ac9a786 commit 9d2edcc

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

arch/arm/mach-s3c/Kconfig.s3c64xx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@ config S3C64XX_SETUP_I2C1
6969
help
7070
Common setup code for i2c bus 1.
7171

72-
config S3C64XX_SETUP_IDE
73-
bool
74-
help
75-
Common setup code for S3C64XX IDE.
76-
7772
config S3C64XX_SETUP_FB_24BPP
7873
bool
7974
help
@@ -110,7 +105,6 @@ config MACH_WLF_CRAGG_6410
110105
select S3C64XX_DEV_SPI0
111106
select S3C64XX_SETUP_FB_24BPP
112107
select S3C64XX_SETUP_I2C1
113-
select S3C64XX_SETUP_IDE
114108
select S3C64XX_SETUP_KEYPAD
115109
select S3C64XX_SETUP_SDHCI
116110
select S3C64XX_SETUP_SPI

0 commit comments

Comments
 (0)