• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Input device configuration
4#
5
6menu "Input Device Drivers"
7	depends on AW_BSP
8
9config AW_INPUT_SENSORINIT
10    tristate  "sunxi sensor init"
11        depends on INPUT
12        default m
13        help
14            init sunxi Sensors and CTP;
15            If you say yes here you get support for Sensors and CTP init function;
16
17source "$(BSP_TOP)drivers/input/ctp/Kconfig"
18source "$(BSP_TOP)drivers/input/sensor/Kconfig"
19
20endmenu # SUNXI_INPUT_DRIVER
21