misc: add makefile changes for Nordic chip

Adding makefile changes for Nordic chip.

Change-Id: I3afc0f9dee27f4e6b7f9886335c8cee20be91671
Signed-off-by: Rajesh Bharathwaj <quic_rabharat@quicinc.com>
This commit is contained in:
Rajesh Bharathwaj 2022-05-18 13:59:14 -07:00 committed by Gerrit - the friendly Code Review server
parent 0aeda3450b
commit ef764e33f8
3 changed files with 17 additions and 0 deletions

View File

@ -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"

View File

@ -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/

View File

@ -0,0 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the Kinectics Nordic Driver.
obj-$(CONFIG_KINECTICS_XR_NORDIC) += aphost.o