Merge "ARCH: arm: defconfig: BMI160 and IAM20680 sensor enablement"
This commit is contained in:
commit
cbdfa9f566
6 changed files with 25 additions and 1 deletions
|
@ -317,6 +317,11 @@ CONFIG_INPUT_HBTP_INPUT=y
|
|||
CONFIG_INPUT_QPNP_POWER_ON=y
|
||||
CONFIG_INPUT_UINPUT=y
|
||||
CONFIG_INPUT_GPIO=y
|
||||
CONFIG_BOSCH_DRIVER_LOG_FUNC=y
|
||||
CONFIG_SENSORS_BMA2X2=y
|
||||
CONFIG_SENSORS_BMA2X2_ENABLE_INT1=y
|
||||
CONFIG_SENSORS_BMG=y
|
||||
CONFIG_SENSORS_BMG_FIFO=y
|
||||
# CONFIG_SERIO_SERPORT is not set
|
||||
# CONFIG_VT is not set
|
||||
# CONFIG_LEGACY_PTYS is not set
|
||||
|
@ -576,6 +581,11 @@ CONFIG_DEVFREQ_GOV_MEMLAT=y
|
|||
CONFIG_DEVFREQ_SIMPLE_DEV=y
|
||||
CONFIG_QCOM_DEVFREQ_DEVBW=y
|
||||
CONFIG_EXTCON=y
|
||||
CONFIG_IIO=y
|
||||
CONFIG_INV_MPU_IIO_IAM20680=y
|
||||
CONFIG_INV_MPU_IIO_I2C=y
|
||||
CONFIG_INV_MPU_IIO_SPI=y
|
||||
CONFIG_INV_TESTING=y
|
||||
CONFIG_PWM=y
|
||||
CONFIG_PWM_QPNP=y
|
||||
CONFIG_ARM_GIC_V3_ACL=y
|
||||
|
|
|
@ -318,6 +318,11 @@ CONFIG_INPUT_HBTP_INPUT=y
|
|||
CONFIG_INPUT_QPNP_POWER_ON=y
|
||||
CONFIG_INPUT_UINPUT=y
|
||||
CONFIG_INPUT_GPIO=y
|
||||
CONFIG_BOSCH_DRIVER_LOG_FUNC=y
|
||||
CONFIG_SENSORS_BMA2X2=y
|
||||
CONFIG_SENSORS_BMA2X2_ENABLE_INT1=y
|
||||
CONFIG_SENSORS_BMG=y
|
||||
CONFIG_SENSORS_BMG_FIFO=y
|
||||
# CONFIG_SERIO_SERPORT is not set
|
||||
# CONFIG_VT is not set
|
||||
# CONFIG_LEGACY_PTYS is not set
|
||||
|
@ -585,6 +590,11 @@ CONFIG_DEVFREQ_GOV_MEMLAT=y
|
|||
CONFIG_DEVFREQ_SIMPLE_DEV=y
|
||||
CONFIG_QCOM_DEVFREQ_DEVBW=y
|
||||
CONFIG_EXTCON=y
|
||||
CONFIG_IIO=y
|
||||
CONFIG_INV_MPU_IIO_IAM20680=y
|
||||
CONFIG_INV_MPU_IIO_I2C=y
|
||||
CONFIG_INV_MPU_IIO_SPI=y
|
||||
CONFIG_INV_TESTING=y
|
||||
CONFIG_PWM=y
|
||||
CONFIG_PWM_QPNP=y
|
||||
CONFIG_ARM_GIC_V3_ACL=y
|
||||
|
|
|
@ -37,6 +37,7 @@ config KMX61
|
|||
be called kmx61.
|
||||
|
||||
source "drivers/iio/imu/inv_mpu6050/Kconfig"
|
||||
source "drivers/iio/imu/inv_mpu/Kconfig"
|
||||
|
||||
endmenu
|
||||
|
||||
|
|
|
@ -14,5 +14,6 @@ adis_lib-$(CONFIG_IIO_ADIS_LIB_BUFFER) += adis_buffer.o
|
|||
obj-$(CONFIG_IIO_ADIS_LIB) += adis_lib.o
|
||||
|
||||
obj-y += inv_mpu6050/
|
||||
obj-y += inv_mpu/
|
||||
|
||||
obj-$(CONFIG_KMX61) += kmx61.o
|
||||
|
|
|
@ -214,6 +214,8 @@ source "drivers/input/touchscreen/Kconfig"
|
|||
|
||||
source "drivers/input/misc/Kconfig"
|
||||
|
||||
source "drivers/input/sensors/bmi160/Kconfig"
|
||||
|
||||
endif
|
||||
|
||||
menu "Hardware I/O ports"
|
||||
|
|
|
@ -28,4 +28,4 @@ obj-$(CONFIG_INPUT_MISC) += misc/
|
|||
obj-$(CONFIG_INPUT_APMPOWER) += apm-power.o
|
||||
obj-$(CONFIG_INPUT_KEYRESET) += keyreset.o
|
||||
obj-$(CONFIG_INPUT_KEYCOMBO) += keycombo.o
|
||||
|
||||
obj-y += sensors/bmi160/
|
||||
|
|
Loading…
Add table
Reference in a new issue