lineage_kernel_xcoverpro/drivers/staging/nanohub/Kconfig

57 lines
967 B
Plaintext
Raw Permalink Normal View History

2023-06-18 22:53:49 +00:00
config NANOHUB
tristate "Nanohub"
default N
select IIO
help
Enable support for the nanohub sensorhub driver.
This driver supports the android nanohub sensorhub.
If in doubt, say N here.
if NANOHUB
config NANOHUB_SPI
bool "Nanohub SPI"
default N
help
Enable nanohub SPI support.
Either this or NANOHUB_I2C should be selected.
If in doubt, say Y here.
config NANOHUB_I2C
bool "Nanohub I2C"
default N
help
Enable nanohub I2C support.
Either this or NANOHUB_SPI should be selected.
If in doubt, say N here.
config NANOHUB_MAILBOX
bool "Nanohub Mailbox"
default Y
help
Enable nanohub Mailbox support.
Either this or NANOHUB_MAILBOX should be selected.
If in doubt, say N here.
config CHRE_SENSORHUB_HAL
bool "CHRE sensor Hal support"
default Y
help
Enable chre sensorhub hal support.
config CONTEXTHUB_DEBUG
bool "Nanohub debug"
default N
help
Eanble nanohub device debug message
endif # NANOHUB