9
0
Fork 0

fs tftp: depend on NET, not on NET_TFTP

The tftp filesystem support is by no means dependent on the old tftp
support, it depends on NET though.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2012-05-31 20:23:48 +02:00
parent bcbeb212e9
commit e48c51bda8
1 changed files with 1 additions and 1 deletions

View File

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