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 | |
| 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')
| -rw-r--r-- | drivers/Kconfig | 1 | ||||
| -rw-r--r-- | drivers/Makefile | 1 | ||||
| -rw-r--r-- | drivers/bluetooth/realtek/Kconfig | 9 |
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 @@ | |||
| 1 | append_menu "Device Drivers" | 1 | append_menu "Device Drivers" |
| 2 | 2 | ||
| 3 | if ARCH_TEGRA | 3 | if ARCH_TEGRA |
| 4 | source "drivers/bluetooth/realtek/Kconfig" | ||
| 4 | source "drivers/misc/tegra186-ahc/Kconfig" | 5 | source "drivers/misc/tegra186-ahc/Kconfig" |
| 5 | source "drivers/nvpmodel/Kconfig" | 6 | source "drivers/nvpmodel/Kconfig" |
| 6 | source "drivers/nvlink/Kconfig" | 7 | source "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 | ||
| 12 | subdir-ccflags-y += -Werror | 12 | subdir-ccflags-y += -Werror |
| 13 | 13 | ||
| 14 | obj-$(CONFIG_RTK_BTUSB) += bluetooth/realtek/ | ||
| 14 | obj-$(CONFIG_NVPMODEL_EMC) += nvpmodel/ | 15 | obj-$(CONFIG_NVPMODEL_EMC) += nvpmodel/ |
| 15 | obj-$(CONFIG_TEGRA_NVLINK) += nvlink/ | 16 | obj-$(CONFIG_TEGRA_NVLINK) += nvlink/ |
| 16 | obj-$(CONFIG_NVPPS) += nvpps/ | 17 | obj-$(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 @@ | |||
| 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 | ||
