diff options
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 8cafa4adcf49..5e8f15ffe99d 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -107,6 +107,7 @@ config ACPI_BUTTON | |||
107 | 107 | ||
108 | config ACPI_VIDEO | 108 | config ACPI_VIDEO |
109 | tristate "Video" | 109 | tristate "Video" |
110 | depends on X86 | ||
110 | depends on EXPERIMENTAL | 111 | depends on EXPERIMENTAL |
111 | default m | 112 | default m |
112 | help | 113 | help |
@@ -121,7 +122,7 @@ config ACPI_VIDEO | |||
121 | config ACPI_HOTKEY | 122 | config ACPI_HOTKEY |
122 | tristate "Generic Hotkey" | 123 | tristate "Generic Hotkey" |
123 | depends on EXPERIMENTAL | 124 | depends on EXPERIMENTAL |
124 | depends on !IA64_SGI_SN | 125 | depends on X86 |
125 | default n | 126 | default n |
126 | help | 127 | help |
127 | Experimental consolidated hotkey driver. | 128 | Experimental consolidated hotkey driver. |
@@ -250,6 +251,7 @@ config ACPI_CUSTOM_DSDT_FILE | |||
250 | 251 | ||
251 | config ACPI_BLACKLIST_YEAR | 252 | config ACPI_BLACKLIST_YEAR |
252 | int "Disable ACPI for systems before Jan 1st this year" | 253 | int "Disable ACPI for systems before Jan 1st this year" |
254 | depends on X86 | ||
253 | default 0 | 255 | default 0 |
254 | help | 256 | help |
255 | enter a 4-digit year, eg. 2001 to disable ACPI by default | 257 | enter a 4-digit year, eg. 2001 to disable ACPI by default |