Re: [PATCH] clocksource: add an "menu" item to Kconfig

2013-08-12 Thread Daniel Lezcano
On 08/12/2013 03:04 PM, Sebastian Andrzej Siewior wrote: > On 08/12/2013 02:55 PM, Daniel Lezcano wrote: >> Sebastian, > > Hi Daniel, > >> instead of adding a menu item in the Kconfig, is it possible to have >> this Kconfig PCI board support to select the right driver ? > > I decided to go with

Re: [PATCH] clocksource: add an "menu" item to Kconfig

2013-08-12 Thread Sebastian Andrzej Siewior
On 08/12/2013 02:55 PM, Daniel Lezcano wrote: > Sebastian, Hi Daniel, > instead of adding a menu item in the Kconfig, is it possible to have > this Kconfig PCI board support to select the right driver ? I decided to go with only with "tristate" so it does not pop up in Kconfig and will be select

Re: [PATCH] clocksource: add an "menu" item to Kconfig

2013-08-12 Thread Daniel Lezcano
On 08/07/2013 06:58 PM, John Stultz wrote: > On 08/07/2013 09:30 AM, Sebastian Andrzej Siewior wrote: >> On 08/07/2013 06:21 PM, John Stultz wrote: >>> On 08/07/2013 03:56 AM, Sebastian Andrzej Siewior wrote: This patch adds a menu item to clocksource' Kconfig file. Without it the ch

Re: [PATCH] clocksource: add an "menu" item to Kconfig

2013-08-07 Thread John Stultz
On 08/07/2013 09:30 AM, Sebastian Andrzej Siewior wrote: On 08/07/2013 06:21 PM, John Stultz wrote: On 08/07/2013 03:56 AM, Sebastian Andrzej Siewior wrote: This patch adds a menu item to clocksource' Kconfig file. Without it the changeable items look somehow lost in the main drivers' menu So

Re: [PATCH] clocksource: add an "menu" item to Kconfig

2013-08-07 Thread Sebastian Andrzej Siewior
On 08/07/2013 06:21 PM, John Stultz wrote: > On 08/07/2013 03:56 AM, Sebastian Andrzej Siewior wrote: >> This patch adds a menu item to clocksource' Kconfig file. Without it the >> changeable items look somehow lost in the main drivers' menu > > So I'd like to push back on this a bit and ask why w

Re: [PATCH] clocksource: add an "menu" item to Kconfig

2013-08-07 Thread John Stultz
On 08/07/2013 03:56 AM, Sebastian Andrzej Siewior wrote: This patch adds a menu item to clocksource' Kconfig file. Without it the changeable items look somehow lost in the main drivers' menu So I'd like to push back on this a bit and ask why we need user-visible clocksource config options? I

[PATCH] clocksource: add an "menu" item to Kconfig

2013-08-07 Thread Sebastian Andrzej Siewior
This patch adds a menu item to clocksource' Kconfig file. Without it the changeable items look somehow lost in the main drivers' menu Signed-off-by: Sebastian Andrzej Siewior --- drivers/clocksource/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/clocksource/Kconfig b/driv