linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [TRIVIAL] Kconfig: remove CONFIG_ prefix on two symbols
@ 2011-10-10  9:44 Paul Bolle
  2011-10-10 16:05 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Bolle @ 2011-10-10  9:44 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
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.

 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
-- 
1.7.4.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] [TRIVIAL] Kconfig: remove CONFIG_ prefix on two symbols
  2011-10-10  9:44 [PATCH] [TRIVIAL] Kconfig: remove CONFIG_ prefix on two symbols Paul Bolle
@ 2011-10-10 16:05 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2011-10-10 16:05 UTC (permalink / raw)
  To: Paul Bolle; +Cc: Jiri Kosina, linux-kernel

On 10/10/11 02:44, Paul Bolle wrote:
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> ---
> 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@xenotime.net>

>  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 ***

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-10 16:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-10  9:44 [PATCH] [TRIVIAL] Kconfig: remove CONFIG_ prefix on two symbols Paul Bolle
2011-10-10 16:05 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).