diff options
author | Corentin Chary <corentincj@iksaif.net> | 2010-01-25 23:29:24 +0100 |
---|---|---|
committer | Corentin Chary <corentincj@iksaif.net> | 2010-02-28 19:35:13 +0100 |
commit | 18e1311ee71a67497a33521be61ddf6562fa22c0 (patch) | |
tree | 1d14c250e2461bda6d0472496272c5f7ced58457 /drivers/platform/x86/Kconfig | |
parent | 47ee0e99524a7ee0185e3c38423cc17cc1318ddc (diff) |
asus-laptop: add gps rfkill
The rfkill subsystem will enable gps by default.
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 7f5a222c232..527abf1b5bd 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -59,6 +59,7 @@ config ASUS_LAPTOP select NEW_LEDS select BACKLIGHT_CLASS_DEVICE depends on INPUT + depends on RFKILL || RFKILL = n select INPUT_SPARSEKMAP ---help--- This is the new Linux driver for Asus laptops. It may also support some |