diff options
| author | Greg Banks <gnb@alphalink.com.au> | 2002-07-31 22:24:48 -0700 |
|---|---|---|
| committer | Christoph Hellwig <hch@sb.bsdonline.org> | 2002-07-31 22:24:48 -0700 |
| commit | b6e98a8b5cc9952b45fcc3bb21d43848caae35f0 (patch) | |
| tree | ffc543a8646b13c4f1f69cb6017c2a056b417766 /arch | |
| parent | 2b103cc24279ba2491718510521258986916f2eb (diff) | |
[PATCH] PATCH 2.5: kconfig spurious bool default value (1_3)
Some CML1 rule contributors seem to think that the "bool" statement
takes a third argument which is the default value. It doesn't.
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/ia64/config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/ia64/config.in b/arch/ia64/config.in index e8b206238104..fc54b622b779 100644 --- a/arch/ia64/config.in +++ b/arch/ia64/config.in @@ -71,15 +71,15 @@ fi if [ "$CONFIG_IA64_SGI_SN1" = "y" -o "$CONFIG_IA64_SGI_SN2" = "y" ]; then define_bool CONFIG_IA64_SGI_SN y - bool ' Enable extra debugging code' CONFIG_IA64_SGI_SN_DEBUG n + bool ' Enable extra debugging code' CONFIG_IA64_SGI_SN_DEBUG bool ' Enable SGI Medusa Simulator Support' CONFIG_IA64_SGI_SN_SIM bool ' Enable autotest (llsc). Option to run cache test instead of booting' \ - CONFIG_IA64_SGI_AUTOTEST n + CONFIG_IA64_SGI_AUTOTEST define_bool CONFIG_DEVFS_FS y if [ "$CONFIG_DEVFS_FS" = "y" ]; then - bool ' Enable DEVFS Debug Code' CONFIG_DEVFS_DEBUG n + bool ' Enable DEVFS Debug Code' CONFIG_DEVFS_DEBUG fi - bool ' Enable protocol mode for the L1 console' CONFIG_SERIAL_SGI_L1_PROTOCOL y + bool ' Enable protocol mode for the L1 console' CONFIG_SERIAL_SGI_L1_PROTOCOL define_bool CONFIG_DISCONTIGMEM y define_bool CONFIG_IA64_MCA y define_bool CONFIG_NUMA y |
