summaryrefslogtreecommitdiff
path: root/drivers/acpi
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2006-07-06 16:14:00 (GMT)
committerLen Brown <len.brown@intel.com>2006-07-10 03:38:54 (GMT)
commite26a2b8f68dca28c734d857517788e3b40b8691d (patch)
treea256259dcbdced5c2a3c23bd235f380c9ed464db /drivers/acpi
parentaf4f949c6b4ffa5119aad980626e5b04daca961b (diff)
downloadlinux-fsl-qoriq-e26a2b8f68dca28c734d857517788e3b40b8691d.tar.xz
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/acpi')
-rw-r--r--drivers/acpi/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 290c767..89eacd1 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -107,7 +107,6 @@ config ACPI_BUTTON
config ACPI_VIDEO
tristate "Video"
depends on X86
- default y
help
This driver implement the ACPI Extensions For Display Adapters
for integrated graphics devices on motherboard, as specified in
@@ -350,7 +349,6 @@ config ACPI_SBS
tristate "Smart Battery System (EXPERIMENTAL)"
depends on X86 && I2C
depends on EXPERIMENTAL
- default y
help
This driver adds support for the Smart Battery System.
Depends on I2C (Device Drivers ---> I2C support)