summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorShobek Attupurath <sattupurath@nvidia.com>2019-10-06 13:33:49 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2019-11-27 02:44:54 -0500
commit9155ea6b263c2d586bb9a1059bc6ccbeeef09292 (patch)
treefd16bc2ef93ec2ff2a754652834f8faed38651a1 /drivers
parent7350b7513b76b359717ec8a1d0b1d0e63fb57176 (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')
-rw-r--r--drivers/Kconfig1
-rw-r--r--drivers/Makefile1
-rw-r--r--drivers/bluetooth/realtek/Kconfig9
3 files changed, 11 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig
index 840eb60b8..6b7c43887 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -1,6 +1,7 @@
1append_menu "Device Drivers" 1append_menu "Device Drivers"
2 2
3if ARCH_TEGRA 3if ARCH_TEGRA
4source "drivers/bluetooth/realtek/Kconfig"
4source "drivers/misc/tegra186-ahc/Kconfig" 5source "drivers/misc/tegra186-ahc/Kconfig"
5source "drivers/nvpmodel/Kconfig" 6source "drivers/nvpmodel/Kconfig"
6source "drivers/nvlink/Kconfig" 7source "drivers/nvlink/Kconfig"
diff --git a/drivers/Makefile b/drivers/Makefile
index 3d2cd6a89..1f8b682aa 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -11,6 +11,7 @@
11 11
12subdir-ccflags-y += -Werror 12subdir-ccflags-y += -Werror
13 13
14obj-$(CONFIG_RTK_BTUSB) += bluetooth/realtek/
14obj-$(CONFIG_NVPMODEL_EMC) += nvpmodel/ 15obj-$(CONFIG_NVPMODEL_EMC) += nvpmodel/
15obj-$(CONFIG_TEGRA_NVLINK) += nvlink/ 16obj-$(CONFIG_TEGRA_NVLINK) += nvlink/
16obj-$(CONFIG_NVPPS) += nvpps/ 17obj-$(CONFIG_NVPPS) += nvpps/
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 @@
1config 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