Hi Linus,

On Oct. Friday 30 (44) 10:38 AM, Linus Walleij wrote:
> Create a Kconfig submenu for drivers using X86 port-mapped I/O
> and depend on X86 for this.
> 
> Suggested-by: Mika Westerberg <mika.westerb...@linux.intel.com>
> Cc: William Breathitt Gray <vilhelm.g...@gmail.com>
> Cc: Andreas Bofjall <andr...@gazonk.org>
> Cc: Simon Guinot <simon.gui...@sequanux.org>
> Cc: Diego Elio Pettenò <flamee...@flameeyes.eu>
> Cc: Daniel Krueger <daniel.krue...@systec-electronic.com>
> Cc: Bruno Randolf <b...@einfach.org>
> Cc: Vivien Didelot <vivien.dide...@savoirfairelinux.com>
> Signed-off-by: Linus Walleij <linus.wall...@linaro.org>
> ---
>  drivers/gpio/Kconfig | 155 
> ++++++++++++++++++++++++++-------------------------
>  1 file changed, 78 insertions(+), 77 deletions(-)

<snip>

> +menu "Port-mapped I/O GPIO drivers"
> +     depends on X86
> +
> +config GPIO_104_IDIO_16
> +     tristate "ACCES 104-IDIO-16 GPIO support"
> +     depends on X86

Since the menu depends on X86, shouldn't we remove the "depends on X86"
of its drivers?

Thanks,
-v
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to