On Wed, Apr 25, 2012 at 12:29:24PM +1000, NeilBrown wrote: > > twl-regulator.c changes behaviour slightly depending on > CONFIG_TWL4030_ALLOW_UNSUPPORTED > However that config option is not currently listed in any Kconfig > file. > So add the option to allow it to be chosen. Shouldn't this be hidden behind _EXPERIMENTAL and/or enabled by the board in platform data/device tree? Kconfig feels like the wrong place to do this sort of configuration.