diff options
author | Andi Kleen <ak@suse.de> | 2006-07-06 12:14:00 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-07-09 23:38:54 -0400 |
commit | e26a2b8f68dca28c734d857517788e3b40b8691d (patch) | |
tree | a256259dcbdced5c2a3c23bd235f380c9ed464db /drivers | |
parent | af4f949c6b4ffa5119aad980626e5b04daca961b (diff) |
ACPI: delete some defaults from ACPI Kconfig
No need for video to be always in
No need for ACPI dock driver to be always in
No need for smart battery driver to be always in
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/acpi/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 290c767dd77f..89eacd1bfeeb 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 |
@@ -350,7 +349,6 @@ config ACPI_SBS | |||
350 | tristate "Smart Battery System (EXPERIMENTAL)" | 349 | tristate "Smart Battery System (EXPERIMENTAL)" |
351 | depends on X86 && I2C | 350 | depends on X86 && I2C |
352 | depends on EXPERIMENTAL | 351 | depends on EXPERIMENTAL |
353 | default y | ||
354 | help | 352 | help |
355 | This driver adds support for the Smart Battery System. | 353 | This driver adds support for the Smart Battery System. |
356 | Depends on I2C (Device Drivers ---> I2C support) | 354 | Depends on I2C (Device Drivers ---> I2C support) |