]> git.hungrycats.org Git - linux/commitdiff
[PATCH] PATCH 2.5: kconfig synchronise banners (10_16)
authorGreg Banks <gnb@alphalink.com.au>
Thu, 20 Jun 2002 06:47:23 +0000 (23:47 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Thu, 20 Jun 2002 06:47:23 +0000 (23:47 -0700)
2/6 definitions of CONFIG_PCI have trivially different banners.

arch/parisc/config.in
arch/ppc/config.in

index 85a284d9369472bafcbabc37cfa0e3ff292f264d..9605ddff2108d9e03c795f5a4fbeea0a4918a25a 100644 (file)
@@ -27,7 +27,7 @@ define_bool CONFIG_GSC y
 bool 'U2/Uturn I/O MMU' CONFIG_IOMMU_CCIO y
 bool 'LASI I/O support' CONFIG_GSC_LASI y
 
-bool 'PCI bus support' CONFIG_PCI y
+bool 'PCI support' CONFIG_PCI y
 
 if [ "$CONFIG_PCI" = "y" ]; then
        bool 'GSCtoPCI/DINO PCI support' CONFIG_GSC_DINO y
index 8dc1803476b55a333820acd7e590a2836dfd911f..09fbbde6bb4a45d38dac058863ea18ba3bf47acd 100644 (file)
@@ -311,7 +311,7 @@ define_bool CONFIG_SBUS n
 define_bool CONFIG_MCA n
 
 if [ "$CONFIG_4xx" = "y" -o "$CONFIG_8260" = "y" ]; then
-   bool "Enable PCI" CONFIG_PCI
+   bool "PCI support" CONFIG_PCI
    bool 'PC PS/2 style Keyboard' CONFIG_PC_KEYBOARD
 else
    if [ "$CONFIG_8xx" = "y" ]; then