2012-04-06 15:49:35 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 08:08:57 -06:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 15:49:35 +00:00
|
|
|
#
|
2013-08-10 09:06:53 -06:00
|
|
|
|
2015-08-07 10:24:29 -04:00
|
|
|
config AS5048B
|
|
|
|
bool "AMS AS5048B Magnetic Rotary Encoder support"
|
|
|
|
default n
|
|
|
|
select I2C
|
2015-08-10 14:59:11 -04:00
|
|
|
select QENCODER
|
2015-08-07 10:24:29 -04:00
|
|
|
---help---
|
|
|
|
Enable driver support for the AMS AS5048B magnetic rotary encoder.
|
|
|
|
|
2015-07-20 07:18:27 -06:00
|
|
|
config BMP180
|
|
|
|
bool "Bosch BMP180 Barometer Sensor support"
|
|
|
|
default n
|
|
|
|
select I2C
|
|
|
|
---help---
|
|
|
|
Enable driver support for the Bosch BMP180 barometer sensor.
|
|
|
|
|
2012-04-13 14:27:44 +00:00
|
|
|
config LIS331DL
|
|
|
|
bool "ST LIS331DL device support"
|
|
|
|
default n
|
|
|
|
select I2C
|
2016-02-01 14:17:20 -06:00
|
|
|
|
|
|
|
config LIS331DL_I2C_FREQUENCY
|
|
|
|
bool "LIS331DL I2C frequency"
|
|
|
|
default 100000
|
|
|
|
range 1 100000
|
|
|
|
depends on LIS331DL
|
2013-12-09 10:51:22 -06:00
|
|
|
|
2016-01-09 12:43:05 -05:00
|
|
|
config SN_LSM9DS1
|
|
|
|
bool "STMicro LSM9DS1 support"
|
|
|
|
default n
|
|
|
|
depends on I2C
|
|
|
|
---help---
|
|
|
|
Enable driver support for the STMicro LSM9DS1.
|
|
|
|
|
2016-02-01 08:57:22 -06:00
|
|
|
config LSM9DS1_I2C_FREQUENCY
|
|
|
|
bool "LSM9DS1 I2C frequency"
|
|
|
|
default 400000
|
|
|
|
range 1 400000
|
|
|
|
depends on SN_LSM9DS1
|
|
|
|
|
2015-08-11 10:03:10 -04:00
|
|
|
config MB7040
|
|
|
|
bool "MaxBotix MB7040 Sonar support"
|
|
|
|
default n
|
|
|
|
select I2C
|
|
|
|
---help---
|
|
|
|
Enable driver support for the MaxBotix MB7040 sonar.
|
|
|
|
|
2016-02-01 08:57:22 -06:00
|
|
|
config MB7040_I2C_FREQUENCY
|
|
|
|
bool "MB7040 I2C frequency"
|
|
|
|
default 400000
|
|
|
|
range 1 400000
|
|
|
|
depends on MB7040
|
|
|
|
|
2016-01-15 07:25:58 -06:00
|
|
|
config MCP9844
|
|
|
|
bool "MCP9844 Temperature Sensor"
|
|
|
|
default n
|
|
|
|
select I2C
|
|
|
|
---help---
|
|
|
|
Enable driver support for the MCP9844 I2C Temperature sensor.
|
|
|
|
|
2016-02-01 08:57:22 -06:00
|
|
|
config MCP9844_I2C_FREQUENCY
|
|
|
|
bool "MCP9844 I2C frequency"
|
|
|
|
default 400000
|
|
|
|
range 1 400000
|
|
|
|
depends on MCP9844
|
|
|
|
|
2015-08-14 13:47:18 -04:00
|
|
|
config MS58XX
|
|
|
|
bool "MEAS MS58XX Altimeter support"
|
2015-08-11 15:05:56 -04:00
|
|
|
default n
|
|
|
|
select I2C
|
|
|
|
---help---
|
2015-08-14 13:47:18 -04:00
|
|
|
Enable driver support for MEAS MS58XX altimeters.
|
|
|
|
|
2016-02-01 08:57:22 -06:00
|
|
|
config MS58XX_I2C_FREQUENCY
|
|
|
|
bool "MS58XX I2C frequency"
|
|
|
|
default 400000
|
|
|
|
range 1 400000
|
|
|
|
depends on MS58XX
|
|
|
|
|
2015-08-14 13:47:18 -04:00
|
|
|
config MS58XX_VDD
|
|
|
|
int "MEAS MS58XX VDD"
|
|
|
|
default 30
|
2015-08-11 15:05:56 -04:00
|
|
|
|
2015-02-12 12:21:05 -06:00
|
|
|
config MPL115A
|
|
|
|
bool "Freescale MPL115A Barometer Sensor support"
|
|
|
|
default n
|
|
|
|
select SPI
|
|
|
|
---help---
|
|
|
|
Enable driver support for the Freescale MPL115A barometer sensor.
|
|
|
|
|
2014-12-16 08:16:53 -06:00
|
|
|
config SENSORS_ADXL345
|
|
|
|
bool "AnalogDevices ADXL345 Driver"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enables support for the ADXL345 driver
|
|
|
|
|
|
|
|
if SENSORS_ADXL345
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "ADXL345 Interface"
|
|
|
|
default ADXL345_SPI
|
|
|
|
|
|
|
|
config ADXL345_SPI
|
|
|
|
bool "ADXL345 SPI Interface"
|
|
|
|
select SPI
|
|
|
|
---help---
|
|
|
|
Enables support for the SPI interface.
|
|
|
|
|
|
|
|
config ADXL345_I2C
|
|
|
|
bool "ADXL345 I2C Interface"
|
|
|
|
select I2C
|
|
|
|
---help---
|
|
|
|
Enables support for the I2C interface
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
config ADXL345_ACTIVELOW
|
|
|
|
bool "Active Low Interrupt"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
The ADXL345 interrupt will be inverted. Instead starting low and going
|
|
|
|
high, it will start high and will go low when an interrupt is fired.
|
|
|
|
Default: Active high/rising edge.
|
|
|
|
|
|
|
|
config ADXL345_REGDEBUG
|
|
|
|
bool "Enable Register-Level ADXL345 Debug"
|
|
|
|
default n
|
|
|
|
depends on DEBUG
|
|
|
|
---help---
|
|
|
|
Enable very low register-level debug output.
|
|
|
|
|
|
|
|
endif # SENSORS_ADXL345
|
|
|
|
|
2015-09-13 15:56:48 -06:00
|
|
|
config MAX31855
|
|
|
|
bool "Maxim MAX31855 Driver"
|
|
|
|
default n
|
|
|
|
select SPI
|
|
|
|
---help---
|
|
|
|
Enables support for the MAX31855 driver
|
|
|
|
|
2015-10-18 07:52:47 +08:00
|
|
|
config MAX6675
|
|
|
|
bool "Maxim MAX6675 Driver"
|
|
|
|
default n
|
|
|
|
select SPI
|
|
|
|
---help---
|
|
|
|
Enables support for the MAX6675 driver
|
|
|
|
|
2012-04-13 14:27:44 +00:00
|
|
|
config I2C_LM75
|
|
|
|
bool
|
|
|
|
default y if LM75
|
|
|
|
|
|
|
|
config LM75
|
|
|
|
bool "STMicro LM-75 Temperature Sensor support"
|
|
|
|
default n
|
|
|
|
select I2C
|
|
|
|
select I2C_LM75
|
2015-01-06 11:50:56 -06:00
|
|
|
---help---
|
|
|
|
Enable driver support for the STMicro LM-75 temperature sensor.
|
|
|
|
This should also work with compatible temperature sensors such as
|
|
|
|
the TI TMP100/101.
|
2012-04-13 14:27:44 +00:00
|
|
|
|
2016-02-01 08:57:22 -06:00
|
|
|
config LM75_I2C_FREQUENCY
|
|
|
|
bool "LM75 I2C frequency"
|
|
|
|
default 100000
|
|
|
|
range 1 100000
|
|
|
|
depends on I2C_LM75
|
|
|
|
|
2015-08-06 13:07:33 -04:00
|
|
|
config LM92
|
2015-08-06 16:33:02 -06:00
|
|
|
bool "TI LM92 Temperature Sensor support"
|
|
|
|
default n
|
|
|
|
select I2C
|
|
|
|
---help---
|
|
|
|
Enable driver support for the TI LM92 Temperature Sensor.
|
2015-08-06 13:07:33 -04:00
|
|
|
|
2016-02-01 08:57:22 -06:00
|
|
|
config LM92_I2C_FREQUENCY
|
|
|
|
bool "LM92 I2C frequency"
|
|
|
|
default 400000
|
|
|
|
range 1 400000
|
|
|
|
depends on LM92
|
|
|
|
|
2012-04-13 14:27:44 +00:00
|
|
|
config QENCODER
|
|
|
|
bool "Qencoder"
|
|
|
|
default n
|
2015-10-13 07:27:16 -06:00
|
|
|
|
|
|
|
config ZEROCROSS
|
|
|
|
bool "Zero Cross Sensor"
|
|
|
|
default n
|