aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2007-10-10 00:27:26 -0400
committerLen Brown <len.brown@intel.com>2007-10-10 00:27:26 -0400
commit67e74fdd81349a92fcece318a5ee41714273eb01 (patch)
tree77119ca53fac01f1ce31687c5d7ff6ec6e8a2dc3
parentbbf25010f1a6b761914430f5fca081ec8c7accd1 (diff)
parent8ab7367f483d1d676d61fca58498a73b194dda82 (diff)
Pull randconfig into release branch
-rw-r--r--drivers/acpi/Kconfig1
-rw-r--r--drivers/acpi/tables/tbutils.c2
-rw-r--r--drivers/misc/Kconfig2
3 files changed, 4 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 4875f0149eb4..9685b75898ed 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -117,6 +117,7 @@ config ACPI_BUTTON
117config ACPI_VIDEO 117config ACPI_VIDEO
118 tristate "Video" 118 tristate "Video"
119 depends on X86 && BACKLIGHT_CLASS_DEVICE && VIDEO_OUTPUT_CONTROL 119 depends on X86 && BACKLIGHT_CLASS_DEVICE && VIDEO_OUTPUT_CONTROL
120 depends on INPUT
120 help 121 help
121 This driver implement the ACPI Extensions For Display Adapters 122 This driver implement the ACPI Extensions For Display Adapters
122 for integrated graphics devices on motherboard, as specified in 123 for integrated graphics devices on motherboard, as specified in
diff --git a/drivers/acpi/tables/tbutils.c b/drivers/acpi/tables/tbutils.c
index 8cc9492ffbf2..5f1d85f2ffe4 100644
--- a/drivers/acpi/tables/tbutils.c
+++ b/drivers/acpi/tables/tbutils.c
@@ -400,7 +400,7 @@ acpi_tb_parse_root_table(acpi_physical_address rsdp_address, u8 flags)
400 u32 table_count; 400 u32 table_count;
401 struct acpi_table_header *table; 401 struct acpi_table_header *table;
402 acpi_physical_address address; 402 acpi_physical_address address;
403 acpi_physical_address rsdt_address; 403 acpi_physical_address uninitialized_var(rsdt_address);
404 u32 length; 404 u32 length;
405 u8 *table_entry; 405 u8 *table_entry;
406 acpi_status status; 406 acpi_status status;
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 73e248fb2ff1..7b580c3152de 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -134,6 +134,7 @@ config SONY_LAPTOP
134 tristate "Sony Laptop Extras" 134 tristate "Sony Laptop Extras"
135 depends on X86 && ACPI 135 depends on X86 && ACPI
136 select BACKLIGHT_CLASS_DEVICE 136 select BACKLIGHT_CLASS_DEVICE
137 depends on INPUT
137 ---help--- 138 ---help---
138 This mini-driver drives the SNC and SPIC devices present in the ACPI 139 This mini-driver drives the SNC and SPIC devices present in the ACPI
139 BIOS of the Sony Vaio laptops. 140 BIOS of the Sony Vaio laptops.
@@ -156,6 +157,7 @@ config THINKPAD_ACPI
156 select BACKLIGHT_CLASS_DEVICE 157 select BACKLIGHT_CLASS_DEVICE
157 select HWMON 158 select HWMON
158 select NVRAM 159 select NVRAM
160 depends on INPUT
159 ---help--- 161 ---help---
160 This is a driver for the IBM and Lenovo ThinkPad laptops. It adds 162 This is a driver for the IBM and Lenovo ThinkPad laptops. It adds
161 support for Fn-Fx key combinations, Bluetooth control, video 163 support for Fn-Fx key combinations, Bluetooth control, video