patch-2.4.0-test5 linux/arch/ia64/config.in
Next file: linux/arch/ia64/dig/setup.c
Previous file: linux/arch/ia64/Makefile
Back to the patch index
Back to the overall index
- Lines: 106
- Date:
Fri Jul 14 16:08:11 2000
- Orig file:
v2.4.0-test4/linux/arch/ia64/config.in
- Orig date:
Fri Jul 14 12:12:05 2000
diff -u --recursive --new-file v2.4.0-test4/linux/arch/ia64/config.in linux/arch/ia64/config.in
@@ -1,6 +1,3 @@
-# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/config-language.txt.
-#
mainmenu_name "Kernel configuration of Linux for IA-64 machines"
mainmenu_option next_comment
@@ -71,6 +68,8 @@
tristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELF
tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
+if [ "$CONFIG_IA64_HP_SIM" = "n" ]; then
+
bool 'PCI support' CONFIG_PCI
source drivers/pci/Config.in
@@ -83,17 +82,21 @@
source drivers/parport/Config.in
+fi # !HP_SIM
+
endmenu
+if [ "$CONFIG_NET" = "y" ]; then
+ source net/Config.in
+fi
+
+if [ "$CONFIG_IA64_HP_SIM" = "n" ]; then
+
source drivers/mtd/Config.in
source drivers/pnp/Config.in
source drivers/block/Config.in
source drivers/i2o/Config.in
-if [ "$CONFIG_NET" = "y" ]; then
- source net/Config.in
-fi
-
mainmenu_option next_comment
comment 'ATA/IDE/MFM/RLL support'
@@ -107,6 +110,8 @@
fi
endmenu
+fi # !HP_SIM
+
mainmenu_option next_comment
comment 'SCSI support'
@@ -114,10 +119,11 @@
if [ "$CONFIG_SCSI" != "n" ]; then
source drivers/scsi/Config.in
- bool 'Simulated SCSI disk' CONFIG_SCSI_SIM
fi
endmenu
+if [ "$CONFIG_IA64_HP_SIM" = "n" ]; then
+
if [ "$CONFIG_NET" = "y" ]; then
mainmenu_option next_comment
comment 'Network device support'
@@ -149,7 +155,10 @@
fi
endmenu
+fi # !HP_SIM
+
source drivers/char/Config.in
+
#source drivers/misc/Config.in
source fs/Config.in
@@ -167,6 +176,8 @@
endmenu
fi
+if [ "$CONFIG_IA64_HP_SIM" = "n" ]; then
+
mainmenu_option next_comment
comment 'Sound'
@@ -177,6 +188,21 @@
endmenu
source drivers/usb/Config.in
+
+fi # !HP_SIM
+
+if [ "$CONFIG_IA64_HP_SIM" != "n" -o "$CONFIG_IA64_GENERIC" != "n" ]; then
+ mainmenu_option next_comment
+ comment 'Simulated drivers'
+
+ tristate 'Simulated Ethernet ' CONFIG_SIMETH
+ bool 'Simulated serial driver support' CONFIG_SIM_SERIAL
+ if [ "$CONFIG_SCSI" != "n" ]; then
+ bool 'Simulated SCSI disk' CONFIG_SCSI_SIM
+ fi
+ endmenu
+fi
+
mainmenu_option next_comment
comment 'Kernel hacking'
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)