patch-2.3.14 linux/drivers/misc/Config.in

Next file: linux/drivers/misc/Makefile
Previous file: linux/drivers/macintosh/macserial.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.13/linux/drivers/misc/Config.in linux/drivers/misc/Config.in
@@ -0,0 +1,12 @@
+#
+# Misc strange devices
+#
+mainmenu_option next_comment
+comment 'Misc devices'
+
+# PIIX4 ACPI requires PCI for setup and a hardcoded TSC for timing
+if [ "$CONFIG_PCI" = "y" -a "$CONFIG_X86_TSC" = "y" -a "$CONFIG_EXPERIMENTAL" = "y" ]; then
+  bool 'PIIX4 ACPI support' CONFIG_PIIX4_ACPI
+fi
+
+endmenu

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)