ARM: S3C24XX: Fix CONFIG_S3C_DEV_NAND Kconfig entry
Should be CONFIG_S3C_DEV_NAND instead of CONFIG_S3C_DEVICE_NAND. Cc: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
b0c3844d8a
commit
258b78c364
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ config PLAT_S3C24XX
|
||||||
default y
|
default y
|
||||||
select NO_IOPORT
|
select NO_IOPORT
|
||||||
select ARCH_REQUIRE_GPIOLIB
|
select ARCH_REQUIRE_GPIOLIB
|
||||||
select S3C_DEVICE_NAND
|
select S3C_DEV_NAND
|
||||||
select S3C_GPIO_CFG_S3C24XX
|
select S3C_GPIO_CFG_S3C24XX
|
||||||
help
|
help
|
||||||
Base platform code for any Samsung S3C24XX device
|
Base platform code for any Samsung S3C24XX device
|
||||||
|
|
Loading…
Add table
Reference in a new issue