From: Seung-Woo Kim Date: Thu, 7 Mar 2019 01:07:16 +0000 (+0900) Subject: ARM: tizen_bcm2709_defconfig: disable unnecessary sensor modules X-Git-Tag: accepted/tizen/unified/20191111.065916~132 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27ee4c1c9f3dc0eb95ec6cb445f84c876069ef5a;p=platform%2Fkernel%2Flinux-rpi.git ARM: tizen_bcm2709_defconfig: disable unnecessary sensor modules The mpu6050 and bmp280 sensors are not required. Disable the unnecessary sensor modules having llvm/clang build warnings. Change-Id: Iffaa54f4f8675bacc58d15fa5bf2d0f526b0ad8d Signed-off-by: Seung-Woo Kim --- diff --git a/arch/arm/configs/tizen_bcm2709_defconfig b/arch/arm/configs/tizen_bcm2709_defconfig index 62fb7a3..5fd2fb6 100644 --- a/arch/arm/configs/tizen_bcm2709_defconfig +++ b/arch/arm/configs/tizen_bcm2709_defconfig @@ -4243,7 +4243,6 @@ CONFIG_IIO=m CONFIG_IIO_BUFFER=y CONFIG_IIO_BUFFER_CB=m CONFIG_IIO_KFIFO_BUF=m -CONFIG_IIO_TRIGGERED_BUFFER=m # CONFIG_IIO_CONFIGFS is not set CONFIG_IIO_TRIGGER=y CONFIG_IIO_CONSUMERS_PER_TRIGGER=2 @@ -4439,8 +4438,7 @@ CONFIG_HTU21=m # CONFIG_BMI160_I2C is not set # CONFIG_BMI160_SPI is not set # CONFIG_KMX61 is not set -CONFIG_INV_MPU6050_IIO=m -CONFIG_INV_MPU6050_I2C=m +# CONFIG_INV_MPU6050_I2C is not set # CONFIG_INV_MPU6050_SPI is not set # CONFIG_IIO_ST_LSM6DSX is not set @@ -4528,9 +4526,7 @@ CONFIG_INV_MPU6050_I2C=m # Pressure sensors # # CONFIG_ABP060MG is not set -CONFIG_BMP280=m -CONFIG_BMP280_I2C=m -CONFIG_BMP280_SPI=m +# CONFIG_BMP280 is not set # CONFIG_HP03 is not set # CONFIG_MPL115_I2C is not set # CONFIG_MPL115_SPI is not set