From: Kukjin Kim Date: Fri, 3 Dec 2010 12:22:42 +0000 (+0900) Subject: ARM: S3C24XX: Fix CONFIG_S3C_DEV_NAND Kconfig entry X-Git-Tag: Ubuntu-5.13.0-19.19~29410^2~2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=258b78c364b9d3f730b5e3187fc500d472b5c237;p=mirror_ubuntu-jammy-kernel.git ARM: S3C24XX: Fix CONFIG_S3C_DEV_NAND Kconfig entry Should be CONFIG_S3C_DEV_NAND instead of CONFIG_S3C_DEVICE_NAND. Cc: Ben Dooks Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/plat-s3c24xx/Kconfig b/arch/arm/plat-s3c24xx/Kconfig index 5a27b1b538f2..eb105e61c746 100644 --- a/arch/arm/plat-s3c24xx/Kconfig +++ b/arch/arm/plat-s3c24xx/Kconfig @@ -8,7 +8,7 @@ config PLAT_S3C24XX default y select NO_IOPORT select ARCH_REQUIRE_GPIOLIB - select S3C_DEVICE_NAND + select S3C_DEV_NAND select S3C_GPIO_CFG_S3C24XX help Base platform code for any Samsung S3C24XX device