menuconfig INPUTHUB
	bool "InputHub feature support"
	default n
	help
	Say yes here to support inputhub feature.

menuconfig INPUTHUB_20
	bool "InputHub feature2.0 support"
	default n
	help
	Say yes here to support inputhub2.0 feature.

menuconfig CYPRESS_PSOC4000
	bool "cypress capsense support"
	default n
	help
	Say yes here if you want to configure cypress capsense

config INPUTHUB_20_710
	bool "INPUTHUB_20_710"
	depends on INPUTHUB_20 && !INPUTHUB_30
	default n
	help
	Say yes here if you want to configure INPUTHUB_20 version

config INPUTHUB_20_970
	bool "INPUTHUB_20_970"
	depends on INPUTHUB_20 && !INPUTHUB_30
	default n
	help
	Say yes here if you want to configure INPUTHUB_20 version

config CONTEXTHUB_IDLE_32K
	bool "CONTEXTHUB_IDLE_32K"
	depends on INPUTHUB || INPUTHUB_20
	default n
	help
	Say yes here if you want to configure CONTEXTHUB_IDLE_32K

config IOM3_RECOVERY
	bool "iom3 recovery feature support"
	depends on INPUTHUB
	default n
	help
	Say yes here to support the cmdline parse

config INPUTHUB_VIBRATOR_CHANNEL
	bool "inputhub vibrator channel support"
	depends on INPUTHUB || INPUTHUB_20
	default n
	help
	Say yes here to support the cmdline parse

config MLPS_OPERATE_CONN
	bool "mlps operate conn support"
	depends on INPUTHUB_20
	default n
	help
	Say yes here to support the cmdline parse

config INPUTHUB_PLAT_C
	bool "target platform for INPUTHUB"
	default n
	help
	Say yes here to support the C platform
