On 31/05/13 19:40, John Stultz wrote:And only just now did I notice that there are user-prompts in theThe only reason is to do with "how we present *SCHED_CLOCK options"?
drivers/clocksource/Kconfig.
I suspect the platform support options can safely select the proper
clocksource config options without requiring the user to configure it.
For the most part this is the case, even so folks still introduced some
unnecessary clocksource config options (unnecessary as they don't prompt
the user, default to y and depend on another config).
It looks like only: CLKSRC_DBX500_PRCMU &
CLKSRC_DBX500_PRCMU_SCHED_CLOCK prompt the user right now.
Can you explain why its necessary the user has to be prompted here?
If we make the *SCHED_CLOCK options default without prompts, then we do
not need a menu. These options can be selected at platform level
Kconfigs. We could possible cleanup the existing prompts.