]> git.hungrycats.org Git - linux/commitdiff
[PATCH] PATCH: kconfig unbalanced menu start
authorGreg Banks <gnb@alphalink.com.au>
Thu, 20 Jun 2002 06:51:36 +0000 (23:51 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Thu, 20 Jun 2002 06:51:36 +0000 (23:51 -0700)
Removed a spurious menu definition which was both a duplicate and
had no matching "endmenu".

arch/ppc/8260_io/Config.in

index 0dd823287b474d461b23560a632909cc7a0546f9..157c8228eff8eb624e6a5ffd1a28b49bf5fd8c36 100644 (file)
@@ -5,8 +5,6 @@ mainmenu_option next_comment
 comment 'MPC8260 Communication Options'
 bool 'Enable SCC Console' CONFIG_SCC_CONSOLE
 if [ "$CONFIG_NET_ETHERNET" = "y" ]; then
-  mainmenu_option next_comment
-  comment 'MPC8260 Communication Options'
   bool 'CPM SCC Ethernet' CONFIG_SCC_ENET
   if [ "$CONFIG_SCC_ENET" = "y" ]; then
   bool 'Ethernet on SCC1' CONFIG_SCC1_ENET