summaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorVicente <vicencb@gmail.com>2012-10-09 00:55:22 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-11-16 15:32:31 +0100
commit64254636af6fb536b5a3cf4ff04f7de751284abc (patch)
tree8d1d9767bfb786102491ad5c7b19af97c2197b07 /fs/Kconfig
parentea43a5e296979bb951b05dd93fdc7e9ac68921f8 (diff)
downloadbarebox-64254636af6fb536b5a3cf4ff04f7de751284abc.tar.gz
barebox-64254636af6fb536b5a3cf4ff04f7de751284abc.tar.xz
omap4: add filesystem support over usb boot
Signed-off-by: Vicente <vicencb@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 4c66543290..0ab69d75fc 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -29,6 +29,11 @@ config FS_TFTP
prompt "tftp support"
depends on NET
+config FS_OMAP4_USBBOOT
+ bool
+ prompt "Filesystem over usb boot"
+ depends on OMAP4_USBBOOT
+
config FS_NFS
depends on NET
bool