Loading arch/arm64/configs/vendor/kona-perf_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -295,6 +295,7 @@ CONFIG_OKL4_USER_VIRQ=y CONFIG_WIGIG_SENSING_SPI=m CONFIG_QTI_XR_SMRTVWR_MISC=y CONFIG_QTI_MAXIM_FAN_CONTROLLER=y CONFIG_KINECTICS_XR_NORDIC=y CONFIG_SCSI=y CONFIG_BLK_DEV_SD=y CONFIG_CHR_DEV_SG=y Loading arch/arm64/configs/vendor/kona_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -307,6 +307,7 @@ CONFIG_OKL4_USER_VIRQ=y CONFIG_WIGIG_SENSING_SPI=m CONFIG_QTI_XR_SMRTVWR_MISC=y CONFIG_QTI_MAXIM_FAN_CONTROLLER=y CONFIG_KINECTICS_XR_NORDIC=y CONFIG_SCSI=y CONFIG_BLK_DEV_SD=y CONFIG_CHR_DEV_SG=y Loading drivers/misc/Kconfig +9 −0 Original line number Diff line number Diff line Loading @@ -622,6 +622,15 @@ config QTI_MAXIM_FAN_CONTROLLER Also, this driver initializes the power for the fan controller and exposes sysfs node to control different speeds of fan. config KINECTICS_XR_NORDIC tristate "Nordic Misc driver support in XR Reference devices" help This driver supports Nordic Chip in XR Reference devices. This driver interfaces with SoC to Nordic chip over SPI and contains code to power up the Nordic chip and initializes SPI interface. Also, this also parses the gpios and interrupts from device tree and sets the gpios and interrupt handler for handling the interrupt. source "drivers/misc/c2port/Kconfig" source "drivers/misc/eeprom/Kconfig" source "drivers/misc/cb710/Kconfig" Loading drivers/misc/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -77,3 +77,4 @@ obj-$(CONFIG_QTI_MAXIM_FAN_CONTROLLER) += max31760.o obj-$(CONFIG_QTI_XR_SMRTVWR_MISC) += qxr-stdalonevwr.o obj-$(CONFIG_FPR_FPC) += fpr_FingerprintCard/ obj-y += qrc/ obj-$(CONFIG_KINECTICS_XR_NORDIC) += kxrctrl/ drivers/misc/kxrctrl/Makefile 0 → 100644 +7 −0 Original line number Diff line number Diff line # SPDX-License-Identifier: GPL-2.0-only # # Makefile for the Kinectics Nordic Driver. obj-$(CONFIG_KINECTICS_XR_NORDIC) += aphost.o Loading
arch/arm64/configs/vendor/kona-perf_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -295,6 +295,7 @@ CONFIG_OKL4_USER_VIRQ=y CONFIG_WIGIG_SENSING_SPI=m CONFIG_QTI_XR_SMRTVWR_MISC=y CONFIG_QTI_MAXIM_FAN_CONTROLLER=y CONFIG_KINECTICS_XR_NORDIC=y CONFIG_SCSI=y CONFIG_BLK_DEV_SD=y CONFIG_CHR_DEV_SG=y Loading
arch/arm64/configs/vendor/kona_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -307,6 +307,7 @@ CONFIG_OKL4_USER_VIRQ=y CONFIG_WIGIG_SENSING_SPI=m CONFIG_QTI_XR_SMRTVWR_MISC=y CONFIG_QTI_MAXIM_FAN_CONTROLLER=y CONFIG_KINECTICS_XR_NORDIC=y CONFIG_SCSI=y CONFIG_BLK_DEV_SD=y CONFIG_CHR_DEV_SG=y Loading
drivers/misc/Kconfig +9 −0 Original line number Diff line number Diff line Loading @@ -622,6 +622,15 @@ config QTI_MAXIM_FAN_CONTROLLER Also, this driver initializes the power for the fan controller and exposes sysfs node to control different speeds of fan. config KINECTICS_XR_NORDIC tristate "Nordic Misc driver support in XR Reference devices" help This driver supports Nordic Chip in XR Reference devices. This driver interfaces with SoC to Nordic chip over SPI and contains code to power up the Nordic chip and initializes SPI interface. Also, this also parses the gpios and interrupts from device tree and sets the gpios and interrupt handler for handling the interrupt. source "drivers/misc/c2port/Kconfig" source "drivers/misc/eeprom/Kconfig" source "drivers/misc/cb710/Kconfig" Loading
drivers/misc/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -77,3 +77,4 @@ obj-$(CONFIG_QTI_MAXIM_FAN_CONTROLLER) += max31760.o obj-$(CONFIG_QTI_XR_SMRTVWR_MISC) += qxr-stdalonevwr.o obj-$(CONFIG_FPR_FPC) += fpr_FingerprintCard/ obj-y += qrc/ obj-$(CONFIG_KINECTICS_XR_NORDIC) += kxrctrl/
drivers/misc/kxrctrl/Makefile 0 → 100644 +7 −0 Original line number Diff line number Diff line # SPDX-License-Identifier: GPL-2.0-only # # Makefile for the Kinectics Nordic Driver. obj-$(CONFIG_KINECTICS_XR_NORDIC) += aphost.o