Re: [PATCH] [TRIVIAL] Kconfig: remove CONFIG_ prefix on two symbols

From: Randy Dunlap
Date: Mon Oct 10 2011 - 12:06:01 EST


On 10/10/11 02:44, Paul Bolle wrote:
> Signed-off-by: Paul Bolle <pebolle@xxxxxxxxxx>
> ---
> These two changes are trivial in the sense that it's clear what is
> intended here. On the other hand I assume they influence the output of
> the config tools. So perhaps these two changes need review by the
> maintainers of these files.

Looks correct to me. Thanks.

Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx>

> arch/powerpc/platforms/85xx/Kconfig | 2 +-
> drivers/ide/Kconfig | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig
> index 498534c..12f5932 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 9827c5e..075f322 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


--
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/