* [Linux-ia64] forwarded message from Rusty Trivial Russell
@ 2002-07-18 20:36 David Mosberger
0 siblings, 0 replies; only message in thread
From: David Mosberger @ 2002-07-18 20:36 UTC (permalink / raw)
To: linux-ia64
[-- Attachment #1: message body text --]
[-- Type: text/plain, Size: 62 bytes --]
Could someone from SGI take care of this?
Thanks,
--david
[-- Attachment #2: forwarded message --]
[-- Type: message/rfc822, Size: 2349 bytes --]
From: Rusty Trivial Russell <rusty@rustcorp.com.au>
To: davidm@hpl.hp.com
Subject: [TRIVIAL] PATCH 2.5: kconfig spurious bool default value (1_3)
Date: Thu, 18 Jul 2002 13:08:30 +1000
Message-ID: <20020718032329.A35FA4474@lists.samba.org>
From: (via Rusty) Greg Banks <gnb@alphalink.com.au>
Some CML1 rule contributors seem to think that the "bool" statement
takes a third argument which is the default value. It doesn't.
--- trivial-2.5.26/arch/ia64/config.in.orig Thu Jul 18 13:00:51 2002
+++ trivial-2.5.26/arch/ia64/config.in Thu Jul 18 13:00:51 2002
@@ -71,15 +71,15 @@
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
--
Don't blame me: the Monkey is driving
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-07-18 20:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-18 20:36 [Linux-ia64] forwarded message from Rusty Trivial Russell David Mosberger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox