diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2019-05-20 16:18:07 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2019-05-20 16:18:07 +0100 |
commit | fa5a3a77fb0a445f6424b8557f38e13ab19dc905 (patch) | |
tree | 6cd1481193dafac0a1008d2ff5feedcf2d289047 | |
parent | daa722ef9c395a3e61c819715c52f794c9aba29e (diff) | |
download | kernel-fa5a3a77fb0a445f6424b8557f38e13ab19dc905.tar.gz kernel-fa5a3a77fb0a445f6424b8557f38e13ab19dc905.tar.xz kernel-fa5a3a77fb0a445f6424b8557f38e13ab19dc905.zip |
add Bosch BMA180 accel iio driver found on some arm tablets and other devices
-rw-r--r-- | configs/fedora/generic/arm/CONFIG_BMA180 | 1 | ||||
-rw-r--r-- | kernel-aarch64-debug.config | 2 | ||||
-rw-r--r-- | kernel-aarch64.config | 2 | ||||
-rw-r--r-- | kernel-armv7hl-debug.config | 2 | ||||
-rw-r--r-- | kernel-armv7hl-lpae-debug.config | 2 | ||||
-rw-r--r-- | kernel-armv7hl-lpae.config | 2 | ||||
-rw-r--r-- | kernel-armv7hl.config | 2 |
7 files changed, 7 insertions, 6 deletions
diff --git a/configs/fedora/generic/arm/CONFIG_BMA180 b/configs/fedora/generic/arm/CONFIG_BMA180 new file mode 100644 index 000000000..493e120ac --- /dev/null +++ b/configs/fedora/generic/arm/CONFIG_BMA180 @@ -0,0 +1 @@ +CONFIG_BMA180=m diff --git a/kernel-aarch64-debug.config b/kernel-aarch64-debug.config index 30fa89beb..301a4fef5 100644 --- a/kernel-aarch64-debug.config +++ b/kernel-aarch64-debug.config @@ -631,7 +631,7 @@ CONFIG_BLK_DEV_ZONED=y CONFIG_BLK_SED_OPAL=y CONFIG_BLK_WBT_MQ=y CONFIG_BLK_WBT=y -# CONFIG_BMA180 is not set +CONFIG_BMA180=m # CONFIG_BMA220 is not set CONFIG_BMC150_ACCEL=m # CONFIG_BMC150_MAGN_I2C is not set diff --git a/kernel-aarch64.config b/kernel-aarch64.config index 3f4b6a235..bcb3f8925 100644 --- a/kernel-aarch64.config +++ b/kernel-aarch64.config @@ -631,7 +631,7 @@ CONFIG_BLK_DEV_ZONED=y CONFIG_BLK_SED_OPAL=y CONFIG_BLK_WBT_MQ=y CONFIG_BLK_WBT=y -# CONFIG_BMA180 is not set +CONFIG_BMA180=m # CONFIG_BMA220 is not set CONFIG_BMC150_ACCEL=m # CONFIG_BMC150_MAGN_I2C is not set diff --git a/kernel-armv7hl-debug.config b/kernel-armv7hl-debug.config index 7bfab7072..87e4aa94c 100644 --- a/kernel-armv7hl-debug.config +++ b/kernel-armv7hl-debug.config @@ -639,7 +639,7 @@ CONFIG_BLK_WBT_MQ=y CONFIG_BLK_WBT=y # CONFIG_BL_SWITCHER_DUMMY_IF is not set CONFIG_BL_SWITCHER=y -# CONFIG_BMA180 is not set +CONFIG_BMA180=m # CONFIG_BMA220 is not set CONFIG_BMC150_ACCEL=m # CONFIG_BMC150_MAGN_I2C is not set diff --git a/kernel-armv7hl-lpae-debug.config b/kernel-armv7hl-lpae-debug.config index 2d8314e9f..8f2726a83 100644 --- a/kernel-armv7hl-lpae-debug.config +++ b/kernel-armv7hl-lpae-debug.config @@ -617,7 +617,7 @@ CONFIG_BLK_WBT_MQ=y CONFIG_BLK_WBT=y # CONFIG_BL_SWITCHER_DUMMY_IF is not set CONFIG_BL_SWITCHER=y -# CONFIG_BMA180 is not set +CONFIG_BMA180=m # CONFIG_BMA220 is not set CONFIG_BMC150_ACCEL=m # CONFIG_BMC150_MAGN_I2C is not set diff --git a/kernel-armv7hl-lpae.config b/kernel-armv7hl-lpae.config index 43a4426fe..8e5372822 100644 --- a/kernel-armv7hl-lpae.config +++ b/kernel-armv7hl-lpae.config @@ -617,7 +617,7 @@ CONFIG_BLK_WBT_MQ=y CONFIG_BLK_WBT=y # CONFIG_BL_SWITCHER_DUMMY_IF is not set CONFIG_BL_SWITCHER=y -# CONFIG_BMA180 is not set +CONFIG_BMA180=m # CONFIG_BMA220 is not set CONFIG_BMC150_ACCEL=m # CONFIG_BMC150_MAGN_I2C is not set diff --git a/kernel-armv7hl.config b/kernel-armv7hl.config index 581eee733..3eacebaca 100644 --- a/kernel-armv7hl.config +++ b/kernel-armv7hl.config @@ -639,7 +639,7 @@ CONFIG_BLK_WBT_MQ=y CONFIG_BLK_WBT=y # CONFIG_BL_SWITCHER_DUMMY_IF is not set CONFIG_BL_SWITCHER=y -# CONFIG_BMA180 is not set +CONFIG_BMA180=m # CONFIG_BMA220 is not set CONFIG_BMC150_ACCEL=m # CONFIG_BMC150_MAGN_I2C is not set |