diff options
Diffstat (limited to 'drivers/net/Config.in')
-rw-r--r-- | drivers/net/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Config.in b/drivers/net/Config.in index 00c9fc7f3..7aaeb9398 100644 --- a/drivers/net/Config.in +++ b/drivers/net/Config.in @@ -218,7 +218,7 @@ if [ ! "$CONFIG_PPP" = "n" ]; then dep_tristate ' PPP support for async serial ports' CONFIG_PPP_ASYNC $CONFIG_PPP dep_tristate ' PPP support for sync tty ports' CONFIG_PPP_SYNC_TTY $CONFIG_PPP dep_tristate ' PPP Deflate compression' CONFIG_PPP_DEFLATE $CONFIG_PPP - dep_tristate ' PPP BSD-Compress compression' CONFIG_PPP_BSDCOMP m + dep_tristate ' PPP BSD-Compress compression' CONFIG_PPP_BSDCOMP if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then dep_tristate ' PPP over Ethernet (EXPERIMENTAL)' CONFIG_PPPOE $CONFIG_PPP fi |