summaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2012-05-17 17:46:12 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-05-17 19:53:54 +0200
commitdadcf5bd8f715cfb401bd3253d284091829d4cd9 (patch)
treed435d98f1af6db5cb517d8432bcb9f6cd8aa2886 /fs/Kconfig
parent583c66afeb80636ea7ebe0efe1356a84af9e882a (diff)
downloadbarebox-dadcf5bd8f715cfb401bd3253d284091829d4cd9.tar.gz
barebox-dadcf5bd8f715cfb401bd3253d284091829d4cd9.tar.xz
fs/tftp: depend on NET_TFTP
else the option remains selected when network gets disabled Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index e5f307fd26..0aa73df88b 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -22,6 +22,7 @@ config FS_DEVFS
config FS_TFTP
bool
prompt "tftp support"
+ depends on NET_TFTP
source fs/fat/Kconfig