Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e26a2b8f authored by Andi Kleen's avatar Andi Kleen Committed by Len Brown
Browse files

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: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent af4f949c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)