patch-2.3.40 linux/arch/ppc/config.in
Next file: linux/arch/ppc/configs/common_defconfig
Previous file: linux/arch/m68k/config.in
Back to the patch index
Back to the overall index
- Lines: 44
- Date:
Sat Jan 15 22:08:29 2000
- Orig file:
v2.3.39/linux/arch/ppc/config.in
- Orig date:
Tue Jan 11 22:31:36 2000
diff -u --recursive --new-file v2.3.39/linux/arch/ppc/config.in linux/arch/ppc/config.in
@@ -2,6 +2,8 @@
# For a description of the syntax of this configuration file,
# see the Configure script.
#
+define_bool CONFIG_UID16 n
+
mainmenu_name "Linux/PowerPC Kernel Configuration"
mainmenu_option next_comment
@@ -91,10 +93,9 @@
fi
if [ "$CONFIG_8xx" = "y" ]; then
bool 'QSpan PCI' CONFIG_PCI
-else
- if [ "$CONFIG_APUS" != "y" ]; then
+fi
+if [ "$CONFIG_6xx" = "y" -a "$CONFIG_APUS" != "y" ]; then
define_bool CONFIG_PCI y
- fi
fi
bool 'Networking support' CONFIG_NET
@@ -112,7 +113,11 @@
source drivers/pci/Config.in
-source drivers/pcmcia/Config.in
+bool 'Support for hot-pluggable devices' CONFIG_HOTPLUG
+
+if [ "$CONFIG_HOTPLUG" = "y" ]; then
+ source drivers/pcmcia/Config.in
+fi
source drivers/parport/Config.in
@@ -187,6 +192,8 @@
source drivers/scsi/Config.in
fi
endmenu
+
+source drivers/ieee1394/Config.in
if [ "$CONFIG_NET" = "y" ]; then
mainmenu_option next_comment
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)