diff options
| author | Shobek Attupurath <sattupurath@nvidia.com> | 2019-10-06 13:33:49 -0400 |
|---|---|---|
| committer | mobile promotions <svcmobile_promotions@nvidia.com> | 2019-11-27 02:44:54 -0500 |
| commit | 9155ea6b263c2d586bb9a1059bc6ccbeeef09292 (patch) | |
| tree | fd16bc2ef93ec2ff2a754652834f8faed38651a1 /drivers/bluetooth | |
| parent | 7350b7513b76b359717ec8a1d0b1d0e63fb57176 (diff) | |
bluetooth: realtek: Integrate RTL8822CE BT driver
1. Add Kconfig in driver directory
2. Update Makefile and Kconfig to include Realtek 8822CE BT driver
Bug 2685035
Bug 2723126
Change-Id: Ia4d7eb5048b92924e12c6c2cd849d9e15ca349c5
Signed-off-by: Shobek Attupurath <sattupurath@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2212473
Reviewed-by: Gaurav Asati <gasati@nvidia.com>
Reviewed-by: Mahesh Patil <maheshp@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Ashutosh Jha <ajha@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/bluetooth')
| -rw-r--r-- | drivers/bluetooth/realtek/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/bluetooth/realtek/Kconfig b/drivers/bluetooth/realtek/Kconfig new file mode 100644 index 000000000..e78a49127 --- /dev/null +++ b/drivers/bluetooth/realtek/Kconfig | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | config RTK_BTUSB | ||
| 2 | tristate "Realtek 8822C USB BT" | ||
| 3 | depends on BT | ||
| 4 | default n | ||
| 5 | ---help--- | ||
| 6 | This module adds support for RTL8822CE chipset | ||
| 7 | |||
| 8 | This driver module will be called rtl8822ce | ||
| 9 | Use m if unsure | ||
