1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the sensor drivers. 4# 5# Each configuration option enables a list of files. 6 7 8menuconfig AW_INPUT_SENSOR 9 bool "Sensor Input Device Support" 10 help 11 Say Y here, and a list of supported sensor will be displayed. 12 This option doesn't affect the kernel. 13 14 If unsure, say Y. 15 16if AW_INPUT_SENSOR 17 18source "$(BSP_TOP)drivers/input/sensor/sc7a20/Kconfig" 19source "$(BSP_TOP)drivers/input/sensor/stk3x1x/Kconfig" 20 21endif 22