Kconfig: remove redundant CONFIG_ prefix on two symbols
authorPaul Bolle <pebolle@tiscali.nl>
Mon, 10 Oct 2011 09:44:51 +0000 (11:44 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 13 Oct 2011 16:14:28 +0000 (18:14 +0200)
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/powerpc/platforms/85xx/Kconfig
drivers/ide/Kconfig

index 498534c..12f5932 100644 (file)
@@ -80,7 +80,7 @@ config P1010_RDB
 config P1022_DS
        bool "Freescale P1022 DS"
        select DEFAULT_UIMAGE
-       select CONFIG_PHYS_64BIT        # The DTS has 36-bit addresses
+       select PHYS_64BIT       # The DTS has 36-bit addresses
        select SWIOTLB
        help
          This option enables support for the Freescale P1022DS reference board.
index 811dbbd..76b6d98 100644 (file)
@@ -681,7 +681,7 @@ config BLK_DEV_IDE_AU1XXX
        select IDE_XFER_MODE
 choice
        prompt "IDE Mode for AMD Alchemy Au1200"
-       default CONFIG_BLK_DEV_IDE_AU1XXX_PIO_DBDMA
+       default BLK_DEV_IDE_AU1XXX_PIO_DBDMA
        depends on SOC_AU1200 && BLK_DEV_IDE_AU1XXX
 
 config BLK_DEV_IDE_AU1XXX_PIO_DBDMA