aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2410/Kconfig
diff options
context:
space:
mode:
authorarnaud.patard@rtp-net.org <arnaud.patard@rtp-net.org>2009-11-17 14:54:59 +0100
committerBen Dooks <ben-linux@fluff.org>2009-12-01 01:35:06 +0000
commit1a71e4ade19d51bab03b6837d4d33a953e4e1206 (patch)
tree820d86dfcf46298467ffe35eee70f9332d76e39b /arch/arm/mach-s3c2410/Kconfig
parent22e649ff2e162d3c6ce2a78c377863aab826a8b8 (diff)
downloadkernel_samsung_smdk4412-1a71e4ade19d51bab03b6837d4d33a953e4e1206.zip
kernel_samsung_smdk4412-1a71e4ade19d51bab03b6837d4d33a953e4e1206.tar.gz
kernel_samsung_smdk4412-1a71e4ade19d51bab03b6837d4d33a953e4e1206.tar.bz2
ARM: H1940: Convert h1940 bluetooth driver to rfkill
Better using standard interfaces to enable/disable bluetooth Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2410/Kconfig')
-rw-r--r--arch/arm/mach-s3c2410/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig
index 3d4e9da..dd1fcc7 100644
--- a/arch/arm/mach-s3c2410/Kconfig
+++ b/arch/arm/mach-s3c2410/Kconfig
@@ -81,6 +81,14 @@ config ARCH_H1940
help
Say Y here if you are using the HP IPAQ H1940
+config H1940BT
+ tristate "Control the state of H1940 bluetooth chip"
+ depends on ARCH_H1940
+ select RFKILL
+ help
+ This is a simple driver that is able to control
+ the state of built in bluetooth chip on h1940.
+
config PM_H1940
bool
help