diff options
author | Len Brown <len.brown@intel.com> | 2007-10-10 06:27:26 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-10-10 06:27:26 +0200 |
commit | 67e74fdd81349a92fcece318a5ee41714273eb01 (patch) | |
tree | 77119ca53fac01f1ce31687c5d7ff6ec6e8a2dc3 /drivers/misc | |
parent | Linux 2.6.23 (diff) | |
parent | ACPI: suppress uninitialized var warning (diff) | |
download | linux-67e74fdd81349a92fcece318a5ee41714273eb01.tar.xz linux-67e74fdd81349a92fcece318a5ee41714273eb01.zip |
Pull randconfig into release branch
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 tristate "Sony Laptop Extras" depends on X86 && ACPI select BACKLIGHT_CLASS_DEVICE + depends on INPUT ---help--- This mini-driver drives the SNC and SPIC devices present in the ACPI BIOS of the Sony Vaio laptops. @@ -156,6 +157,7 @@ config THINKPAD_ACPI select BACKLIGHT_CLASS_DEVICE select HWMON select NVRAM + depends on INPUT ---help--- This is a driver for the IBM and Lenovo ThinkPad laptops. It adds support for Fn-Fx key combinations, Bluetooth control, video |