diff options
author | Len Brown <len.brown@intel.com> | 2005-08-25 12:22:04 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-08-25 12:26:22 -0400 |
commit | 07fefe4ca93b3e45b2bea32871a4496067888852 (patch) | |
tree | 5ba2a9a89ab9f502209fbf9b8c541d846cbd4f57 /drivers | |
parent | bfea6c2af798d9a882bbc6b9ae9893ab1864d230 (diff) |
[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: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/acpi/Kconfig | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 1117358256ba..83cac52308db 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -80,16 +80,16 @@ config ACPI_SLEEP_PROC_SLEEP | |||
80 | config ACPI_AC | 80 | config ACPI_AC |
81 | tristate "AC Adapter" | 81 | tristate "AC Adapter" |
82 | depends on X86 | 82 | depends on X86 |
83 | default m | 83 | default y |
84 | help | 84 | help |
85 | This driver adds support for the AC Adapter object, which indicates | 85 | This driver adds support for the AC Adapter object, which indicates |
86 | whether a system is on AC, or not. Typically, only mobile systems | 86 | whether a system is on AC, or not. If you have a system that can |
87 | have this object, since desktops are always on AC. | 87 | switch between A/C and battery, say Y. |
88 | 88 | ||
89 | config ACPI_BATTERY | 89 | config ACPI_BATTERY |
90 | tristate "Battery" | 90 | tristate "Battery" |
91 | depends on X86 | 91 | depends on X86 |
92 | default m | 92 | default y |
93 | help | 93 | help |
94 | This driver adds support for battery information through | 94 | This driver adds support for battery information through |
95 | /proc/acpi/battery. If you have a mobile system with a battery, | 95 | /proc/acpi/battery. If you have a mobile system with a battery, |
@@ -97,18 +97,17 @@ config ACPI_BATTERY | |||
97 | 97 | ||
98 | config ACPI_BUTTON | 98 | config ACPI_BUTTON |
99 | tristate "Button" | 99 | tristate "Button" |
100 | default m | 100 | default y |
101 | help | 101 | help |
102 | This driver registers for events based on buttons, such as the | 102 | This driver handles events on the power, sleep and lid buttons. |
103 | power, sleep, and lid switch. In the future, a daemon will read | 103 | A daemon reads /proc/acpi/event and perform user-defined actions |
104 | /proc/acpi/event and perform user-defined actions such as shutting | 104 | such as shutting down the system. This is necessary for |
105 | down the system. Until then, you can cat it, and see output when | 105 | software controlled poweroff. |
106 | a button is pressed. | ||
107 | 106 | ||
108 | config ACPI_VIDEO | 107 | config ACPI_VIDEO |
109 | tristate "Video" | 108 | tristate "Video" |
110 | depends on X86 | 109 | depends on X86 |
111 | default m | 110 | default y |
112 | help | 111 | help |
113 | This driver implement the ACPI Extensions For Display Adapters | 112 | This driver implement the ACPI Extensions For Display Adapters |
114 | for integrated graphics devices on motherboard, as specified in | 113 | for integrated graphics devices on motherboard, as specified in |
@@ -129,18 +128,19 @@ config ACPI_HOTKEY | |||
129 | 128 | ||
130 | config ACPI_FAN | 129 | config ACPI_FAN |
131 | tristate "Fan" | 130 | tristate "Fan" |
132 | default m | 131 | default y |
133 | help | 132 | help |
134 | This driver adds support for ACPI fan devices, allowing user-mode | 133 | This driver adds support for ACPI fan devices, allowing user-mode |
135 | applications to perform basic fan control (on, off, status). | 134 | applications to perform basic fan control (on, off, status). |
136 | 135 | ||
137 | config ACPI_PROCESSOR | 136 | config ACPI_PROCESSOR |
138 | tristate "Processor" | 137 | tristate "Processor" |
139 | default m | 138 | default y |
140 | help | 139 | help |
141 | This driver installs ACPI as the idle handler for Linux, and uses | 140 | This driver installs ACPI as the idle handler for Linux, and uses |
142 | ACPI C2 and C3 processor states to save power, on systems that | 141 | ACPI C2 and C3 processor states to save power, on systems that |
143 | support it. | 142 | support it. It is required by several flavors of cpufreq |
143 | Performance-state drivers. | ||
144 | 144 | ||
145 | config ACPI_HOTPLUG_CPU | 145 | config ACPI_HOTPLUG_CPU |
146 | bool | 146 | bool |
@@ -151,7 +151,7 @@ config ACPI_HOTPLUG_CPU | |||
151 | config ACPI_THERMAL | 151 | config ACPI_THERMAL |
152 | tristate "Thermal Zone" | 152 | tristate "Thermal Zone" |
153 | depends on ACPI_PROCESSOR | 153 | depends on ACPI_PROCESSOR |
154 | default m | 154 | default y |
155 | help | 155 | help |
156 | This driver adds support for ACPI thermal zones. Most mobile and | 156 | This driver adds support for ACPI thermal zones. Most mobile and |
157 | some desktop systems support ACPI thermal zones. It is HIGHLY | 157 | some desktop systems support ACPI thermal zones. It is HIGHLY |
@@ -167,7 +167,7 @@ config ACPI_NUMA | |||
167 | config ACPI_ASUS | 167 | config ACPI_ASUS |
168 | tristate "ASUS/Medion Laptop Extras" | 168 | tristate "ASUS/Medion Laptop Extras" |
169 | depends on X86 | 169 | depends on X86 |
170 | default m | 170 | default y |
171 | ---help--- | 171 | ---help--- |
172 | This driver provides support for extra features of ACPI-compatible | 172 | This driver provides support for extra features of ACPI-compatible |
173 | ASUS laptops. As some of Medion laptops are made by ASUS, it may also | 173 | ASUS laptops. As some of Medion laptops are made by ASUS, it may also |
@@ -196,7 +196,7 @@ config ACPI_ASUS | |||
196 | config ACPI_IBM | 196 | config ACPI_IBM |
197 | tristate "IBM ThinkPad Laptop Extras" | 197 | tristate "IBM ThinkPad Laptop Extras" |
198 | depends on X86 | 198 | depends on X86 |
199 | default m | 199 | default y |
200 | ---help--- | 200 | ---help--- |
201 | This is a Linux ACPI driver for the IBM ThinkPad laptops. It adds | 201 | This is a Linux ACPI driver for the IBM ThinkPad laptops. It adds |
202 | support for Fn-Fx key combinations, Bluetooth control, video | 202 | support for Fn-Fx key combinations, Bluetooth control, video |
@@ -209,7 +209,7 @@ config ACPI_IBM | |||
209 | config ACPI_TOSHIBA | 209 | config ACPI_TOSHIBA |
210 | tristate "Toshiba Laptop Extras" | 210 | tristate "Toshiba Laptop Extras" |
211 | depends on X86 | 211 | depends on X86 |
212 | default m | 212 | default y |
213 | ---help--- | 213 | ---help--- |
214 | This driver adds support for access to certain system settings | 214 | This driver adds support for access to certain system settings |
215 | on "legacy free" Toshiba laptops. These laptops can be recognized by | 215 | on "legacy free" Toshiba laptops. These laptops can be recognized by |
@@ -296,7 +296,7 @@ config X86_PM_TIMER | |||
296 | bool "Power Management Timer Support" | 296 | bool "Power Management Timer Support" |
297 | depends on X86 | 297 | depends on X86 |
298 | depends on !X86_64 | 298 | depends on !X86_64 |
299 | default n | 299 | default y |
300 | help | 300 | help |
301 | The Power Management Timer is available on all ACPI-capable, | 301 | The Power Management Timer is available on all ACPI-capable, |
302 | in most cases even if ACPI is unusable or blacklisted. | 302 | in most cases even if ACPI is unusable or blacklisted. |