diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2006-09-17 12:17:19 -0400 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2006-09-17 12:19:31 -0400 |
commit | 9b4f2e9576658c4e52d95dc8d309f51b2e2db096 (patch) | |
tree | 7b1902b0f931783fccc6fee45c6f9c16b4fde5ce /drivers/acpi/Kconfig | |
parent | 3c6c65f5ed5a6d307bd607aecd06d658c0934d88 (diff) | |
parent | 803db244b9f71102e366fd689000c1417b9a7508 (diff) |
ieee1394: merge from Linus
Conflicts: drivers/ieee1394/hosts.c
Patch "lockdep: annotate ieee1394 skb-queue-head locking" was meddling
with patch "ieee1394: fix kerneldoc of hpsb_alloc_host".
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index bc2652d72fdc..56c5ba874623 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -107,7 +107,6 @@ config ACPI_BUTTON | |||
107 | config ACPI_VIDEO | 107 | config ACPI_VIDEO |
108 | tristate "Video" | 108 | tristate "Video" |
109 | depends on X86 | 109 | depends on X86 |
110 | default y | ||
111 | help | 110 | help |
112 | This driver implement the ACPI Extensions For Display Adapters | 111 | This driver implement the ACPI Extensions For Display Adapters |
113 | for integrated graphics devices on motherboard, as specified in | 112 | for integrated graphics devices on motherboard, as specified in |
@@ -135,8 +134,7 @@ config ACPI_FAN | |||
135 | 134 | ||
136 | config ACPI_DOCK | 135 | config ACPI_DOCK |
137 | tristate "Dock" | 136 | tristate "Dock" |
138 | depends on !ACPI_IBM_DOCK | 137 | depends on EXPERIMENTAL |
139 | default y | ||
140 | help | 138 | help |
141 | This driver adds support for ACPI controlled docking stations | 139 | This driver adds support for ACPI controlled docking stations |
142 | 140 | ||
@@ -214,6 +212,7 @@ config ACPI_IBM | |||
214 | config ACPI_IBM_DOCK | 212 | config ACPI_IBM_DOCK |
215 | bool "Legacy Docking Station Support" | 213 | bool "Legacy Docking Station Support" |
216 | depends on ACPI_IBM | 214 | depends on ACPI_IBM |
215 | depends on ACPI_DOCK=n | ||
217 | default n | 216 | default n |
218 | ---help--- | 217 | ---help--- |
219 | Allows the ibm_acpi driver to handle docking station events. | 218 | Allows the ibm_acpi driver to handle docking station events. |
@@ -352,6 +351,17 @@ config ACPI_HOTPLUG_MEMORY | |||
352 | If one selects "m," this driver can be loaded using the following | 351 | If one selects "m," this driver can be loaded using the following |
353 | command: | 352 | command: |
354 | $>modprobe acpi_memhotplug | 353 | $>modprobe acpi_memhotplug |
354 | |||
355 | config ACPI_SBS | ||
356 | tristate "Smart Battery System (EXPERIMENTAL)" | ||
357 | depends on X86 && I2C | ||
358 | depends on EXPERIMENTAL | ||
359 | help | ||
360 | This driver adds support for the Smart Battery System. | ||
361 | Depends on I2C (Device Drivers ---> I2C support) | ||
362 | A "Smart Battery" is quite old and quite rare compared | ||
363 | to today's ACPI "Control Method" battery. | ||
364 | |||
355 | endif # ACPI | 365 | endif # ACPI |
356 | 366 | ||
357 | endmenu | 367 | endmenu |