projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa0a9f3
)
[PATCH] x86_64: Fix up bogus defaults in ACPI Kconfig
author
Andi Kleen
<
[email protected]
>
Mon, 10 Jul 2006 15:06:18 +0000
(17:06 +0200)
committer
Linus Torvalds
<
[email protected]
>
Mon, 10 Jul 2006 22:12:33 +0000
(15:12 -0700)
No need for video to be always in
No need for smart battery driver to be always in
Acked-by: Len Brown <
[email protected]
>
Cc:
[email protected]
Signed-off-by: Andi Kleen <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/acpi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/acpi/Kconfig
b/drivers/acpi/Kconfig
index 290c767dd77f18e529e2b0eec74eeed23d9d4541..89eacd1bfeeb0921fa3dbb5172f9e770c834ddde 100644
(file)
--- 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)