Re: [PATCH] pinctrl: hide subsystem from the populace

2011-11-09 Thread Linus Walleij
On Mon, Nov 7, 2011 at 5:23 PM, Stephen Warren wrote: > Linus Walleij wrote at Monday, November 07, 2011 7:15 AM: >>  if PINCTRL >> >> +menu "Pin controllers" >> +     depends on PINCTRL >> + >>  config PINMUX >>       bool "Support pinmux controllers" >>       help > > But shouldn't PINMUX and P

RE: [PATCH] pinctrl: hide subsystem from the populace

2011-11-07 Thread Stephen Warren
Linus Walleij wrote at Monday, November 07, 2011 7:15 AM: > From: Linus Walleij > > Machines that have embedded pin controllers need to select them > explicitly, so why broadcast their config options to menuconfig. > We provide a helpful submenu for those machines that do select > it, making it p

[PATCH] pinctrl: hide subsystem from the populace

2011-11-07 Thread Linus Walleij
From: Linus Walleij Machines that have embedded pin controllers need to select them explicitly, so why broadcast their config options to menuconfig. We provide a helpful submenu for those machines that do select it, making it possible to enable debugging for example. Reported-by: Linus Torvalds