projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0c3844
)
ARM: S3C24XX: Fix CONFIG_S3C_DEV_NAND Kconfig entry
author
Kukjin Kim
<kgene.kim@samsung.com>
Fri, 3 Dec 2010 12:22:42 +0000
(21:22 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Fri, 17 Dec 2010 05:44:54 +0000
(14:44 +0900)
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>
arch/arm/plat-s3c24xx/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/plat-s3c24xx/Kconfig
b/arch/arm/plat-s3c24xx/Kconfig
index
5a27b1b
..
eb105e6
100644
(file)
--- 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_DEV
ICE
_NAND
+ select S3C_DEV_NAND
select S3C_GPIO_CFG_S3C24XX
help
Base platform code for any Samsung S3C24XX device