From: Paul Bolle Date: Mon, 10 Oct 2011 09:44:51 +0000 (+0200) Subject: Kconfig: remove redundant CONFIG_ prefix on two symbols X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6af677ea59fb62ae6b720a9e5e9d5cba32ada553;p=mv-sheeva.git Kconfig: remove redundant CONFIG_ prefix on two symbols Signed-off-by: Paul Bolle Acked-by: Randy Dunlap Signed-off-by: Jiri Kosina --- diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index 498534cd526..12f5932dadc 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig @@ -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. diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index 811dbbd9306..76b6d98bd29 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig @@ -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