[PATCH] ppc64: change duplicate Kconfig menu "General setup" to "Bus Options"
authorFrank Rowand <frowand@mvista.com>
Tue, 28 Jun 2005 23:48:04 +0000 (16:48 -0700)
committerPaul Mackerras <paulus@samba.org>
Mon, 29 Aug 2005 00:53:32 +0000 (10:53 +1000)
commit6020164499ff3a61cd8bebceb9e294a155079f71
tree48e3407b76918314af13b7f38f4a3d2813f11fe8
parent293da76b3d4c2f362f906bce8c5d2e053bdf8d44
[PATCH] ppc64: change duplicate Kconfig menu "General setup" to "Bus Options"

arch/ppc64/Kconfig defines a "General setup" menu, but also sources
init/Kconfig which also defines a "General setup" menu.  Both of these
menus appear at the top level of make menuconfig.  Having two menus with
the same name is confusing.  This patch renames the ppc64/Kconfig menu to
be "Bus Options" and moves options in this menu which are not bus related
to the end of the "Platform support" menu.

There are many variations among architectures on the exact naming of the
"Bus Options" menu.  I chose to use the simplest one, which is also used
in arch/ppc/Kconfig.

Signed-off-by: Frank Rowand <frowand@mvista.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc64/Kconfig