diff options
Diffstat (limited to 'arch/arm/mach-s3c2410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2410/Kconfig | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig index 3d4e9da3fa52..554731868b07 100644 --- a/arch/arm/mach-s3c2410/Kconfig +++ b/arch/arm/mach-s3c2410/Kconfig | |||
@@ -1,5 +1,3 @@ | |||
1 | # arch/arm/mach-s3c2410/Kconfig | ||
2 | # | ||
3 | # Copyright 2007 Simtec Electronics | 1 | # Copyright 2007 Simtec Electronics |
4 | # | 2 | # |
5 | # Licensed under GPLv2 | 3 | # Licensed under GPLv2 |
@@ -81,6 +79,14 @@ config ARCH_H1940 | |||
81 | help | 79 | help |
82 | Say Y here if you are using the HP IPAQ H1940 | 80 | Say Y here if you are using the HP IPAQ H1940 |
83 | 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 | |||
84 | config PM_H1940 | 90 | config PM_H1940 |
85 | bool | 91 | bool |
86 | help | 92 | help |