Merge pull request #1374 from jonkerj/add-iio-sensors
[ sunxi ] Enable additional iio sensors
This commit is contained in:
commit
b4b5c05cfe
@ -5673,7 +5673,7 @@ CONFIG_HID_SENSOR_HUMIDITY=m
|
||||
# CONFIG_HTS221 is not set
|
||||
# CONFIG_HTU21 is not set
|
||||
# CONFIG_SI7005 is not set
|
||||
# CONFIG_SI7020 is not set
|
||||
CONFIG_SI7020=m
|
||||
|
||||
#
|
||||
# Inertial measurement units
|
||||
@ -5791,7 +5791,9 @@ CONFIG_MCP41010=m
|
||||
# Pressure sensors
|
||||
#
|
||||
# CONFIG_ABP060MG is not set
|
||||
# CONFIG_BMP280 is not set
|
||||
CONFIG_BMP280=m
|
||||
CONFIG_BMP280_I2C=m
|
||||
CONFIG_BMP280_SPI=m
|
||||
# CONFIG_HID_SENSOR_PRESS is not set
|
||||
# CONFIG_HP03 is not set
|
||||
# CONFIG_MPL115_I2C is not set
|
||||
|
||||
@ -5599,7 +5599,7 @@ CONFIG_HID_SENSOR_HUMIDITY=m
|
||||
# CONFIG_HTS221 is not set
|
||||
# CONFIG_HTU21 is not set
|
||||
# CONFIG_SI7005 is not set
|
||||
# CONFIG_SI7020 is not set
|
||||
CONFIG_SI7020=m
|
||||
|
||||
#
|
||||
# Inertial measurement units
|
||||
@ -5711,7 +5711,9 @@ CONFIG_MAX5481=m
|
||||
# Pressure sensors
|
||||
#
|
||||
# CONFIG_ABP060MG is not set
|
||||
# CONFIG_BMP280 is not set
|
||||
+CONFIG_BMP280=m
|
||||
+CONFIG_BMP280_I2C=m
|
||||
+CONFIG_BMP280_SPI=m
|
||||
# CONFIG_HID_SENSOR_PRESS is not set
|
||||
# CONFIG_HP03 is not set
|
||||
# CONFIG_MPL115_I2C is not set
|
||||
|
||||
Loading…
Reference in New Issue
Block a user