Commit c341552d authored by Kai Germaschewski's avatar Kai Germaschewski

kbuild: Fix drivers/net/appletalk/Config.in

Someone removed the endmenu, but not the mainmenu_option next_comment
statement, which broke xconfig.
parent 871f6b39
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
# Appletalk driver configuration # Appletalk driver configuration
# #
mainmenu_option next_comment
dep_mbool 'Appletalk interfaces support' CONFIG_DEV_APPLETALK $CONFIG_ATALK dep_mbool 'Appletalk interfaces support' CONFIG_DEV_APPLETALK $CONFIG_ATALK
if [ "$CONFIG_DEV_APPLETALK" = "y" ]; then if [ "$CONFIG_DEV_APPLETALK" = "y" ]; then
tristate ' Apple/Farallon LocalTalk PC support' CONFIG_LTPC tristate ' Apple/Farallon LocalTalk PC support' CONFIG_LTPC
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment