Re: non-choice related config entries within choice

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Jan Beulich <jbeulich@...>
Cc: Roman Zippel <zippel@...>, Randy Dunlap <randy.dunlap@...>, <david-b@...>, <linux-kernel@...>
Date: Wednesday, January 16, 2008 - 7:52 am

On Wed, Jan 16, 2008 at 11:18:38AM +0000, Jan Beulich wrote:

Hi Jan.

I will let Roman answer your question..

But one feature I really would like to see is named chocies so we can do stuff like:

choice X86_PROCESSOR

config GENERIC_PROCESSOR
	bool "A generic X86 processor"
endchoice


...

choice PPC_PROCESSOR

config GENERIC_PROCESSOR
	bool "A generic PowerPC processor

endchoice

The issue here is that we do not today allow the same config option
to appear if more than one choice.
This is a mandatory feature before we can do a Kconfig covering all architectures.
I guess there are other issues when we do:

if X86
source foo/bar/Kconfig
endif

if PPC
source foo/bar/Kconfig
endif

Where we in foo/bar/Kconfig has a choice list.

I just wanted to raise this now that you anyway are looking into choice
related issues.

	Sam
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
non-choice related config entries within choice, Jan Beulich, (Wed Jan 16, 7:18 am)
Re: non-choice related config entries within choice, Roman Zippel, (Sat Jan 19, 12:36 am)
Re: non-choice related config entries within choice, Sam Ravnborg, (Wed Jan 16, 7:52 am)
Re: non-choice related config entries within choice, Roman Zippel, (Sat Jan 19, 12:44 am)
Re: non-choice related config entries within choice, Jan Beulich, (Wed Jan 16, 9:46 am)
Re: non-choice related config entries within choice, Sam Ravnborg, (Wed Jan 16, 9:50 am)