# SPDX-License-Identifier: GPL-2.0

config NANOHUB
	bool "Nanohub"
	help
	  Enable support for the nanohub sensorhub driver.
	  This driver supports the android nanohub sensorhub.
	  MTK sensor v1.0&v2.0 need this.
	  If in doubt, say N here.

if NANOHUB

config NANOHUB_MTK_IPI
	bool "Nanohub MTK IPI"
	help
	  Enable nanohub MTK IPI support.
	  Either this or NANOHUB_SPI/NANOHUB_I2C should be selected.
	  MTK platform only protocol.
	  If in doubt, say N here.

endif # NANOHUB
