提交 07fefe4c 编写于 作者: L Len Brown

[ACPI] remove "default m" from acpi/Kconfig

Andi Kleen suggested it was unconventional for us to "default m"
on ACPI modules -- even though they are expected to be deployed
as modules.  But as "default n" would likely result in some
users building nonsense kernels, we compromise to "default y".

Distros are expected to continue to use =m in their configs.
Signed-off-by: NLen Brown <len.brown@intel.com>
上级 bfea6c2a
...@@ -80,16 +80,16 @@ config ACPI_SLEEP_PROC_SLEEP ...@@ -80,16 +80,16 @@ config ACPI_SLEEP_PROC_SLEEP
config ACPI_AC config ACPI_AC
tristate "AC Adapter" tristate "AC Adapter"
depends on X86 depends on X86
default m default y
help help
This driver adds support for the AC Adapter object, which indicates This driver adds support for the AC Adapter object, which indicates
whether a system is on AC, or not. Typically, only mobile systems whether a system is on AC, or not. If you have a system that can
have this object, since desktops are always on AC. switch between A/C and battery, say Y.
config ACPI_BATTERY config ACPI_BATTERY
tristate "Battery" tristate "Battery"
depends on X86 depends on X86
default m default y
help help
This driver adds support for battery information through This driver adds support for battery information through
/proc/acpi/battery. If you have a mobile system with a battery, /proc/acpi/battery. If you have a mobile system with a battery,
...@@ -97,18 +97,17 @@ config ACPI_BATTERY ...@@ -97,18 +97,17 @@ config ACPI_BATTERY
config ACPI_BUTTON config ACPI_BUTTON
tristate "Button" tristate "Button"
default m default y
help help
This driver registers for events based on buttons, such as the This driver handles events on the power, sleep and lid buttons.
power, sleep, and lid switch. In the future, a daemon will read A daemon reads /proc/acpi/event and perform user-defined actions
/proc/acpi/event and perform user-defined actions such as shutting such as shutting down the system. This is necessary for
down the system. Until then, you can cat it, and see output when software controlled poweroff.
a button is pressed.
config ACPI_VIDEO config ACPI_VIDEO
tristate "Video" tristate "Video"
depends on X86 depends on X86
default m default y
help help
This driver implement the ACPI Extensions For Display Adapters This driver implement the ACPI Extensions For Display Adapters
for integrated graphics devices on motherboard, as specified in for integrated graphics devices on motherboard, as specified in
...@@ -129,18 +128,19 @@ config ACPI_HOTKEY ...@@ -129,18 +128,19 @@ config ACPI_HOTKEY
config ACPI_FAN config ACPI_FAN
tristate "Fan" tristate "Fan"
default m default y
help help
This driver adds support for ACPI fan devices, allowing user-mode This driver adds support for ACPI fan devices, allowing user-mode
applications to perform basic fan control (on, off, status). applications to perform basic fan control (on, off, status).
config ACPI_PROCESSOR config ACPI_PROCESSOR
tristate "Processor" tristate "Processor"
default m default y
help help
This driver installs ACPI as the idle handler for Linux, and uses This driver installs ACPI as the idle handler for Linux, and uses
ACPI C2 and C3 processor states to save power, on systems that ACPI C2 and C3 processor states to save power, on systems that
support it. support it. It is required by several flavors of cpufreq
Performance-state drivers.
config ACPI_HOTPLUG_CPU config ACPI_HOTPLUG_CPU
bool bool
...@@ -151,7 +151,7 @@ config ACPI_HOTPLUG_CPU ...@@ -151,7 +151,7 @@ config ACPI_HOTPLUG_CPU
config ACPI_THERMAL config ACPI_THERMAL
tristate "Thermal Zone" tristate "Thermal Zone"
depends on ACPI_PROCESSOR depends on ACPI_PROCESSOR
default m default y
help help
This driver adds support for ACPI thermal zones. Most mobile and This driver adds support for ACPI thermal zones. Most mobile and
some desktop systems support ACPI thermal zones. It is HIGHLY some desktop systems support ACPI thermal zones. It is HIGHLY
...@@ -167,7 +167,7 @@ config ACPI_NUMA ...@@ -167,7 +167,7 @@ config ACPI_NUMA
config ACPI_ASUS config ACPI_ASUS
tristate "ASUS/Medion Laptop Extras" tristate "ASUS/Medion Laptop Extras"
depends on X86 depends on X86
default m default y
---help--- ---help---
This driver provides support for extra features of ACPI-compatible This driver provides support for extra features of ACPI-compatible
ASUS laptops. As some of Medion laptops are made by ASUS, it may also ASUS laptops. As some of Medion laptops are made by ASUS, it may also
...@@ -196,7 +196,7 @@ config ACPI_ASUS ...@@ -196,7 +196,7 @@ config ACPI_ASUS
config ACPI_IBM config ACPI_IBM
tristate "IBM ThinkPad Laptop Extras" tristate "IBM ThinkPad Laptop Extras"
depends on X86 depends on X86
default m default y
---help--- ---help---
This is a Linux ACPI driver for the IBM ThinkPad laptops. It adds This is a Linux ACPI driver for the IBM ThinkPad laptops. It adds
support for Fn-Fx key combinations, Bluetooth control, video support for Fn-Fx key combinations, Bluetooth control, video
...@@ -209,7 +209,7 @@ config ACPI_IBM ...@@ -209,7 +209,7 @@ config ACPI_IBM
config ACPI_TOSHIBA config ACPI_TOSHIBA
tristate "Toshiba Laptop Extras" tristate "Toshiba Laptop Extras"
depends on X86 depends on X86
default m default y
---help--- ---help---
This driver adds support for access to certain system settings This driver adds support for access to certain system settings
on "legacy free" Toshiba laptops. These laptops can be recognized by on "legacy free" Toshiba laptops. These laptops can be recognized by
...@@ -296,7 +296,7 @@ config X86_PM_TIMER ...@@ -296,7 +296,7 @@ config X86_PM_TIMER
bool "Power Management Timer Support" bool "Power Management Timer Support"
depends on X86 depends on X86
depends on !X86_64 depends on !X86_64
default n default y
help help
The Power Management Timer is available on all ACPI-capable, The Power Management Timer is available on all ACPI-capable,
in most cases even if ACPI is unusable or blacklisted. in most cases even if ACPI is unusable or blacklisted.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册