Commit 07b24126 authored by shuaijie wang's avatar shuaijie wang Committed by Jonathan Cameron
Browse files

iio: proximity: aw96103: Add support for aw96103/aw96105 proximity sensor



AW96103 is a low power consumption capacitive touch and proximity controller.
Each channel can be independently config as sensor input, shield output.

Channel Information:
  aw96103: 3-channel
  aw96105: 5-channel

Signed-off-by: default avatarshuaijie wang <wangshuaijie@awinic.com>
Link: https://patch.msgid.link/20240827080229.1431784-3-wangshuaijie@awinic.com


Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 61075d0c
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -233,4 +233,15 @@ config VL53L0X_I2C
	  To compile this driver as a module, choose M here: the
	  module will be called vl53l0x-i2c.

config AW96103
	tristate "AW96103/AW96105 Awinic proximity sensor"
	select REGMAP_I2C
	depends on I2C
	help
	  Say Y here to build a driver for Awinic's AW96103/AW96105 capacitive
	  proximity sensor.

	  To compile this driver as a module, choose M here: the
	  module will be called aw96103.

endmenu
+1 −0
Original line number Diff line number Diff line
@@ -22,4 +22,5 @@ obj-$(CONFIG_SX_COMMON) += sx_common.o
obj-$(CONFIG_SX9500)		+= sx9500.o
obj-$(CONFIG_VCNL3020)		+= vcnl3020.o
obj-$(CONFIG_VL53L0X_I2C)	+= vl53l0x-i2c.o
obj-$(CONFIG_AW96103)		+= aw96103.o
+846 −0

File added.

Preview size limit exceeded, changes collapsed.