diff options
author | Corentin Chary <corentincj@iksaif.net> | 2010-01-25 17:29:24 -0500 |
---|---|---|
committer | Corentin Chary <corentincj@iksaif.net> | 2010-02-28 13:35:13 -0500 |
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 7f5a222c2325..527abf1b5bd1 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -59,6 +59,7 @@ config ASUS_LAPTOP | |||
59 | select NEW_LEDS | 59 | select NEW_LEDS |
60 | select BACKLIGHT_CLASS_DEVICE | 60 | select BACKLIGHT_CLASS_DEVICE |
61 | depends on INPUT | 61 | depends on INPUT |
62 | depends on RFKILL || RFKILL = n | ||
62 | select INPUT_SPARSEKMAP | 63 | select INPUT_SPARSEKMAP |
63 | ---help--- | 64 | ---help--- |
64 | This is the new Linux driver for Asus laptops. It may also support some | 65 | This is the new Linux driver for Asus laptops. It may also support some |