9
0
Fork 0

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>
This commit is contained in:
Eric Bénard 2012-05-17 17:46:12 +02:00 committed by Sascha Hauer
parent 583c66afeb
commit dadcf5bd8f
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ config FS_DEVFS
config FS_TFTP
bool
prompt "tftp support"
depends on NET_TFTP
source fs/fat/Kconfig