summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-03-24 13:52:39 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-04-11 15:57:51 +0200
commit61f41e3c548e5ab5194511727045409721e2c8bd (patch)
tree71de089186df814e837edc65b2eba49ada13ea66 /common/Kconfig
parent77e8307b322085f838bcc3dd523436d5925ba664 (diff)
downloadbarebox-61f41e3c548e5ab5194511727045409721e2c8bd.tar.gz
barebox-61f41e3c548e5ab5194511727045409721e2c8bd.tar.xz
add block support
This adds a simple block layer to barebox. Reading and writing to block devices can be painfully slow without caching, so add a simple caching layer here. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 9e30579a79..ac8323132d 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -31,6 +31,12 @@ config ENV_HANDLING
config GENERIC_GPIO
bool
+config BLOCK
+ bool
+
+config BLOCK_WRITE
+ bool
+
menu "General Settings "
config LOCALVERSION_AUTO