input: sensors: program the sensor driver into the kernel.

Modify the code to sensor driver into the kernel and
make the compilation successful.

Change-Id: I3226b5df0084a80c63b7ad59aec7c759b3165a7b
Signed-off-by: Wang Jie <dave.wang@rock-chips.com>
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
Wang Jie
2019-09-05 16:23:18 +08:00
committed by Tao Huang
parent 5b03506f7f
commit eb72037e1a
2 changed files with 3 additions and 0 deletions

View File

@@ -199,6 +199,8 @@ source "drivers/input/touchscreen/Kconfig"
source "drivers/input/remotectl/Kconfig"
source "drivers/input/sensors/Kconfig"
source "drivers/input/misc/Kconfig"
source "drivers/input/rmi4/Kconfig"

View File

@@ -25,6 +25,7 @@ obj-$(CONFIG_INPUT_JOYSTICK) += joystick/
obj-$(CONFIG_INPUT_TABLET) += tablet/
obj-$(CONFIG_INPUT_TOUCHSCREEN) += touchscreen/
obj-$(CONFIG_ROCKCHIP_REMOTECTL)+= remotectl/
obj-$(CONFIG_SENSOR_DEVICE) += sensors/
obj-$(CONFIG_INPUT_MISC) += misc/
obj-$(CONFIG_INPUT_APMPOWER) += apm-power.o