diff options
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 5da7a6820492..6c162f8fdcea 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -273,4 +273,12 @@ config PXA_SSP | |||
273 | tristate | 273 | tristate |
274 | help | 274 | help |
275 | Enable support for PXA2xx SSP ports | 275 | Enable support for PXA2xx SSP ports |
276 | |||
277 | config TOSA_BT | ||
278 | tristate "Control the state of built-in bluetooth chip on Sharp SL-6000" | ||
279 | depends on MACH_TOSA | ||
280 | select RFKILL | ||
281 | help | ||
282 | This is a simple driver that is able to control | ||
283 | the state of built in bluetooth chip on tosa. | ||
276 | endif | 284 | endif |