summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-06-04 09:40:44 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-06-06 09:30:39 +0200
commit3d45abb7c4be454b6f2a7ede06fe961a04131083 (patch)
treef2e4581d485f0a6f285f3c6f62dd973330743e20 /commands/Kconfig
parentf3351ebd7864b83b1f5f3cdc7c8a9f9110cb562f (diff)
downloadbarebox-3d45abb7c4be454b6f2a7ede06fe961a04131083.tar.gz
barebox-3d45abb7c4be454b6f2a7ede06fe961a04131083.tar.xz
[NAND] continue to make it work. Now works partly on at91sam9260
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 08db1dd70a..19b96f206b 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -175,6 +175,9 @@ config CMD_FLASH
tristate
prompt "protect/erase"
+config CMD_NAND
+ tristate
+ prompt "nand"
endmenu