networking/Config.src: make tftp/tftpd-related options less confusing. Closes 2017
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 17 Jun 2010 21:48:59 +0000 (23:48 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 17 Jun 2010 21:48:59 +0000 (23:48 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/Config.src

index 51dcb7717c4ac8fe8dc8b8616744a52c5473f47b..ebad9e5989d406fc81f2d55b5f2fbd50a63413cf 100644 (file)
@@ -861,6 +861,9 @@ config TFTPD
          In other words: it should be run from inetd in nowait mode,
          or from udpsvd. Example: "udpsvd -E 0 69 tftpd DIR"
 
+comment "Common options for tftp/tftpd"
+       depends on TFTP || TFTPD
+
 config FEATURE_TFTP_GET
        bool "Enable 'tftp get' and/or tftpd upload code"
        default y