From 9155ea6b263c2d586bb9a1059bc6ccbeeef09292 Mon Sep 17 00:00:00 2001 From: Shobek Attupurath Date: Sun, 6 Oct 2019 10:33:49 -0700 Subject: 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 Reviewed-on: https://git-master.nvidia.com/r/2212473 Reviewed-by: Gaurav Asati Reviewed-by: Mahesh Patil GVS: Gerrit_Virtual_Submit Reviewed-by: Ashutosh Jha Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/Kconfig | 1 + drivers/Makefile | 1 + drivers/bluetooth/realtek/Kconfig | 9 +++++++++ 3 files changed, 11 insertions(+) create mode 100644 drivers/bluetooth/realtek/Kconfig (limited to 'drivers') diff --git a/drivers/Kconfig b/drivers/Kconfig index 840eb60b8..6b7c43887 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -1,6 +1,7 @@ append_menu "Device Drivers" if ARCH_TEGRA +source "drivers/bluetooth/realtek/Kconfig" source "drivers/misc/tegra186-ahc/Kconfig" source "drivers/nvpmodel/Kconfig" 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 @@ subdir-ccflags-y += -Werror +obj-$(CONFIG_RTK_BTUSB) += bluetooth/realtek/ obj-$(CONFIG_NVPMODEL_EMC) += nvpmodel/ obj-$(CONFIG_TEGRA_NVLINK) += nvlink/ 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 @@ +config RTK_BTUSB + tristate "Realtek 8822C USB BT" + depends on BT + default n + ---help--- + This module adds support for RTL8822CE chipset + + This driver module will be called rtl8822ce + Use m if unsure -- cgit v1.2.2