diff options
author | David Härdeman <david@hardeman.nu> | 2009-11-02 21:57:41 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-11-02 22:12:29 -0800 |
commit | 0baa3de6eb677e5c9b4c38642c6619df2b4ef11f (patch) | |
tree | 507a67ae472642b6a38fe8305dac9271290a91a2 /drivers/input/misc | |
parent | ee1e82cee5e463a885d3c71acb2c769490e6927f (diff) | |
download | linux-3.10-0baa3de6eb677e5c9b4c38642c6619df2b4ef11f.tar.gz linux-3.10-0baa3de6eb677e5c9b4c38642c6619df2b4ef11f.tar.bz2 linux-3.10-0baa3de6eb677e5c9b4c38642c6619df2b4ef11f.zip |
Input: winbond-cir - select LEDS_TRIGGERS
drivers/input/misc/winbond-cir.c depends on LEDS_TRIGGERS so
add an appropriate select to drivers/input/misc/Kconfig
Signed-off-by: David Härdeman <david@hardeman.nu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/misc')
-rw-r--r-- | drivers/input/misc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 02f4f8f1db6..a9bb2544b2d 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig @@ -227,6 +227,7 @@ config INPUT_WINBOND_CIR depends on X86 && PNP select NEW_LEDS select LEDS_CLASS + select LEDS_TRIGGERS select BITREVERSE help Say Y here if you want to use the IR remote functionality found |