Loading drivers/misc/Kconfig +11 −0 Original line number Diff line number Diff line Loading @@ -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" Loading drivers/misc/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
drivers/misc/Kconfig +11 −0 Original line number Diff line number Diff line Loading @@ -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" Loading
drivers/misc/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -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