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.westerberg@xxxxxxxxxxxxxxx> > Cc: William Breathitt Gray <vilhelm.gray@xxxxxxxxx> > Cc: Andreas Bofjall <andreas@xxxxxxxxxx> > Cc: Simon Guinot <simon.guinot@xxxxxxxxxxxx> > Cc: Diego Elio Pettenò <flameeyes@xxxxxxxxxxxx> > Cc: Daniel Krueger <daniel.krueger@xxxxxxxxxxxxxxxxxxxxx> > Cc: Bruno Randolf <br1@xxxxxxxxxxx> > Cc: Vivien Didelot <vivien.didelot@xxxxxxxxxxxxxxxxxxxx> > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html