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

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

diff -u --recursive --new-file v2.3.19/linux/drivers/misc/Config.in linux/drivers/misc/Config.in
@@ -4,13 +4,6 @@
 mainmenu_option next_comment
 comment 'Misc devices'
 
-if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
-  tristate 'Generic ACPI support' CONFIG_ACPI
-fi
-
-# 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
+tristate 'Generic ACPI support' CONFIG_ACPI
 
 endmenu

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