All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: linux-next: Tree for July 22 (arm-davinci Kconfig warnings)
@ 2011-07-24 21:34 Arnaud Lacombe
  2011-07-25 13:25 ` Ben Gardiner
  0 siblings, 1 reply; 2+ messages in thread
From: Arnaud Lacombe @ 2011-07-24 21:34 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-next, LKML, Sekhar Nori, Ben Gardiner

Hi,

The arm-davinci tree has 2 Kconfig warning, but also present in v3.0:

arch/arm/mach-davinci/Kconfig:195:warning: config symbol defined without type
arch/arm/mach-davinci/Kconfig:198:warning: config symbol defined without type

This concerns GPIO_PCA953X and KEYBOARD_GPIO_POLLED. In both case,
symbols are re-defined later on in `drivers/gpio/Kconfig' respectively
in `arch/arm/mach-davinci/Kconfig' and
`drivers/input/keyboard/Kconfig'.

Is there any reason not to select those from MACH_DAVINCI_DA850_EVM
definition, ala:

diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig
index c0deaca..cec22e2 100644
--- a/arch/arm/mach-davinci/Kconfig
+++ b/arch/arm/mach-davinci/Kconfig
@@ -163,6 +163,8 @@ config MACH_DAVINCI_DA850_EVM
        bool "TI DA850/OMAP-L138/AM18x Reference Platform"
        default ARCH_DAVINCI_DA850
        depends on ARCH_DAVINCI_DA850
+       select GPIO_PCA953X
+       select KEYBOARD_GPIO_POLLED
        help
          Say Y here to select the TI DA850/OMAP-L138/AM18x Evaluation Module.

@@ -192,12 +194,6 @@ config DA850_UI_RMII

 endchoice

-config GPIO_PCA953X
-       default MACH_DAVINCI_DA850_EVM
-
-config KEYBOARD_GPIO_POLLED
-       default MACH_DAVINCI_DA850_EVM
-
 config MACH_TNETV107X
        bool "TI TNETV107X Reference Platform"
        default ARCH_DAVINCI_TNETV107X

Thanks,
 - Arnaud

On Fri, Jul 22, 2011 at 2:42 AM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi all,
> [...]

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

* Re: linux-next: Tree for July 22 (arm-davinci Kconfig warnings)
  2011-07-24 21:34 linux-next: Tree for July 22 (arm-davinci Kconfig warnings) Arnaud Lacombe
@ 2011-07-25 13:25 ` Ben Gardiner
  0 siblings, 0 replies; 2+ messages in thread
From: Ben Gardiner @ 2011-07-25 13:25 UTC (permalink / raw)
  To: Arnaud Lacombe
  Cc: Stephen Rothwell, linux-next, LKML, Sekhar Nori, Sam Ravnborg

On Sun, Jul 24, 2011 at 5:34 PM, Arnaud Lacombe <lacombar@gmail.com> wrote:
> Hi,

Hi Arnaud,

> The arm-davinci tree has 2 Kconfig warning, but also present in v3.0:
>
> arch/arm/mach-davinci/Kconfig:195:warning: config symbol defined without type
> arch/arm/mach-davinci/Kconfig:198:warning: config symbol defined without type

I hadn't noticed those warnings, sorry.

> This concerns GPIO_PCA953X and KEYBOARD_GPIO_POLLED. In both case,
> symbols are re-defined later on in `drivers/gpio/Kconfig' respectively
> in `arch/arm/mach-davinci/Kconfig' and
> `drivers/input/keyboard/Kconfig'.
>
> Is there any reason not to select those from MACH_DAVINCI_DA850_EVM
> definition, ala:

The reason for the GPIO_PCA953X and KEYBOARD_GPIO_POLLED fragments is
to get the symbols selected by default but allow those who
re-configure the kernel to select them instead as modules or even
disable them.

> diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig
> index c0deaca..cec22e2 100644
> --- a/arch/arm/mach-davinci/Kconfig
> +++ b/arch/arm/mach-davinci/Kconfig
> @@ -163,6 +163,8 @@ config MACH_DAVINCI_DA850_EVM
>        bool "TI DA850/OMAP-L138/AM18x Reference Platform"
>        default ARCH_DAVINCI_DA850
>        depends on ARCH_DAVINCI_DA850
> +       select GPIO_PCA953X
> +       select KEYBOARD_GPIO_POLLED
>        help
>          Say Y here to select the TI DA850/OMAP-L138/AM18x Evaluation Module.
>
> @@ -192,12 +194,6 @@ config DA850_UI_RMII
>
>  endchoice
>
> -config GPIO_PCA953X
> -       default MACH_DAVINCI_DA850_EVM
> -
> -config KEYBOARD_GPIO_POLLED
> -       default MACH_DAVINCI_DA850_EVM
> -
>  config MACH_TNETV107X
>        bool "TI TNETV107X Reference Platform"
>        default ARCH_DAVINCI_TNETV107X

My understanding of this diff is that both GPIO_PCA953X and
KEYBOARD_GPIO_POLLED will be selected unconditionally as built-ins for
any MACH_DAVINCI_DA850_EVM. As opposed to having the symbols default
to 'y' and potentially be changed to 'm' or 'n' by someone
reconfiguring.

I took the idea of using these KConfig fragments from Sam Ravnborg
(added to CC); he suggested the method [1] in a response to a patch by
Stephen Rothwell (already on CC) which proposed a extension to the
'select' syntax [2]. If the select syntax extension or other
equivalent means is ready then arch/arm/mach-davinci can be converted.

Best Regards,
Ben Gardiner

[1] http://article.gmane.org/gmane.linux.ports.ppc.embedded/37132
[2] http://article.gmane.org/gmane.linux.ports.ppc.embedded/36839

---
Nanometrics Inc.
http://www.nanometrics.ca

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

end of thread, other threads:[~2011-07-25 13:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-24 21:34 linux-next: Tree for July 22 (arm-davinci Kconfig warnings) Arnaud Lacombe
2011-07-25 13:25 ` Ben Gardiner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.