On Mon, May 8, 2023, at 06:04, Lukas Bulwahn wrote: > 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@xxxxxxxxx> Indeed, this was only used on the smdk64xx board file, so the file was removed along with the deletion of the board, but I forgot to remove the Kconfig option. Acked-by: Arnd Bergmann <arnd@xxxxxxxx>