Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75f385d8 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: wigig_sensing: initial commit of wigig_sensing SPI driver"

parents 41d9e0ad 75d734e2
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -585,6 +585,17 @@ config TEST_IRQ_REQUESTER

	  If in doubt, say N.

config WIGIG_SENSING_SPI
	tristate "Sensing over 60GHz using wil6210 / SPI bus"
	depends on SPI && WIL6210
	default n
	help
	  This module adds support for various sensing use cases, like gesture
	  detection, face recognition, proximity detection and more. The sensor
	  operates over 60GHz frequency band, using low power SPI interface.
	  The output of the driver is CIRs (Channel Impulse Response) which
	  must be processed in user space in order to get meaningful results.

source "drivers/misc/c2port/Kconfig"
source "drivers/misc/eeprom/Kconfig"
source "drivers/misc/cb710/Kconfig"
+2 −0
Original line number Diff line number Diff line
@@ -71,3 +71,5 @@ obj-$(CONFIG_TEST_IRQ_REQUESTER) += irq_requester.o
obj-$(CONFIG_OKL4_USER_VIPC)    += okl4-vipc.o
obj-$(CONFIG_OKL4_GUEST)        += okl4-panic.o
obj-$(CONFIG_OKL4_LINK_SHBUF)    += okl4-link-shbuf.o
obj-$(CONFIG_WIGIG_SENSING_SPI)	+= wigig_sensing.o