[kbuild-devel] PATCH: kconfig choice defaults 2 (2/3)

2002-06-23 Thread Greg Banks
The default value specified as the last word of the choice statement should be a unique abbreviation of one of the sub-prompts. Using one of the sub-symbols is not legal. Fix 'Nino Model Number'. [Rusty: this is 2/3 partial resends of 'PATCH: kconfig choice defaults (1/2)'] diff -ruN

[kbuild-devel] PATCH: kconfig choice defaults (2/2)

2002-06-11 Thread Greg Banks
G'day, The format for the choice statement is: choice 'prompt' {sub-prompt sub-symbol}* default-value and the following is *not* legal config language (note the positioning of the closing double quote): choice 'prompt' {sub-prompt sub-symbol}* default-value It only happens to work because of