From: Andi Kleen Date: Mon, 10 Jul 2006 15:06:18 +0000 (+0200) Subject: [PATCH] x86_64: Fix up bogus defaults in ACPI Kconfig X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=46f6976101c359202422753d15955f67aafabe2b;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git [PATCH] x86_64: Fix up bogus defaults in ACPI Kconfig No need for video to be always in No need for smart battery driver to be always in Acked-by: Len Brown Cc: linux-acpi@vger.kernel.org Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 290c767dd77..89eacd1bfee 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)