diff options
author | Bing Zhao <bzhao@marvell.com> | 2009-06-02 17:29:37 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-08-22 17:25:32 -0400 |
commit | fb784f0508d5aa39a23e72879a8dfb517c6f6e7f (patch) | |
tree | f8e105589bc592467e8bb306aadade361b4f5412 /drivers/bluetooth/Kconfig | |
parent | 789221ecc870117b77e354d488d5d29f15410de8 (diff) |
Bluetooth: Add debugfs support to btmrvl driver
/debug/btmrvl/config/
/debug/btmrvl/status/
See Documentation/btmrvl.txt for details.
This patch incorporates a lot of comments given by
Nicolas Pitre <nico@marvell.com>. Many thanks to Nicolas Pitre.
Signed-off-by: Rahul Tank <rahult@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/Kconfig')
-rw-r--r-- | drivers/bluetooth/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index 8c89bd4abbf6..5f04014b62a1 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig | |||
@@ -173,6 +173,7 @@ config BT_HCIVHCI | |||
173 | config BT_MRVL | 173 | config BT_MRVL |
174 | tristate "Marvell Bluetooth driver support" | 174 | tristate "Marvell Bluetooth driver support" |
175 | select FW_LOADER | 175 | select FW_LOADER |
176 | select DEBUG_FS | ||
176 | help | 177 | help |
177 | The core driver to support Marvell Bluetooth devices. | 178 | The core driver to support Marvell Bluetooth devices. |
178 | 179 | ||