diff options
Diffstat (limited to 'arch/arm/mach-s3c2410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2410/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig index 7fcbdb923d79..554731868b07 100644 --- a/arch/arm/mach-s3c2410/Kconfig +++ b/arch/arm/mach-s3c2410/Kconfig | |||
@@ -79,6 +79,14 @@ config ARCH_H1940 | |||
79 | help | 79 | help |
80 | Say Y here if you are using the HP IPAQ H1940 | 80 | Say Y here if you are using the HP IPAQ H1940 |
81 | 81 | ||
82 | config H1940BT | ||
83 | tristate "Control the state of H1940 bluetooth chip" | ||
84 | depends on ARCH_H1940 | ||
85 | select RFKILL | ||
86 | help | ||
87 | This is a simple driver that is able to control | ||
88 | the state of built in bluetooth chip on h1940. | ||
89 | |||
82 | config PM_H1940 | 90 | config PM_H1940 |
83 | bool | 91 | bool |
84 | help | 92 | help |