Hi,

Russell King wrote:

Essentially, it appears a default selection in a choice statement takes
precidence over an explicit select statement for one of the choice
options.

Actually a select statement has currently no effect on choice values, because it's undefined what effect it should have. The main problem is especially what should happen if multiple choice values are selected, but only a single choice value can be set to 'y'.


----- Forwarded message from [EMAIL PROTECTED] -----

Else we'd have to change drivers/cpufreq/Kconfig from
default CPU_FREQ_DEFAULT_GOV_PERFORMANCE
to
default CPU_FREQ_DEFAULT_GOV_PERFORMANCE if !CPU_FREQ_SA1100
default CPU_FREQ_DEFAULT_GOV_USERSPACE if !CPU_FREQ_SA1100
or disable the selection for CPU_FREQ_SA1100 completely.

Note that this still isn't enough to force it to a specific value, you either have to disable the choice (by adding a condition to the prompt) or have to define a separate config option, e.g.:


config CPU_FREQ_DEFAULT_GOV_USERSPACE_REAL
        def_bool CPU_FREQ_DEFAULT_GOV_USERSPACE

This one could then be selected from somewhere else.

bye, Roman

Fr


------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ kbuild-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to