Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37d6d583 authored by Puneet Yatnal's avatar Puneet Yatnal Committed by Gerrit - the friendly Code Review server
Browse files

driver: input: add menuconfig for smi130



Add SMI130 driver menuconfig to list the available drivers

Change-Id: I233c5de46912d77693509d71c8a8eebe66540ef5
Signed-off-by: default avatarPuneet Yatnal <puneet@codeaurora.org>
parent 305aca3f
Loading
Loading
Loading
Loading
+11 −3
Original line number Diff line number Diff line
#
# Makefile for Bosch sensors driver.
#
menuconfig SMI130
	bool "Enable smi130 drivers"
	help
	Say Y here, and a list of smi130 drivers will be displayed.
	 This option does not affect the kernel.

	If unsure, say N.

if SMI130

config BOSCH_DRIVER_LOG_FUNC
	tristate "Bosch Sensortec driver smart log function support"
	depends on (I2C || SPI_MASTER) && SYSFS
@@ -116,6 +126,4 @@ depends on SENSORS_SMI_ACC4XY
	help
	 If you say yes here, you get support for Bosch Sensortec's
	 sensor driver of SMI_ACC4XY with mag sensor support.


endif