2020-05-14 20:51:30

by Jonathan Bakker

[permalink] [raw]
Subject: [PATCH v2 2/7] iio: accel: Make bma180 conflict with input's bma150

The bma180 IIO driver is being extended for support for the chips
support by input's bma150 driver (bma023, bma150, smb380). Don't
allow both drivers to be enabled simultaneously as they're for the
same hardware.

Signed-off-by: Jonathan Bakker <[email protected]>
---
drivers/iio/accel/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/accel/Kconfig b/drivers/iio/accel/Kconfig
index 5d91a6dda894..09e8c51f854a 100644
--- a/drivers/iio/accel/Kconfig
+++ b/drivers/iio/accel/Kconfig
@@ -90,7 +90,7 @@ config ADXL372_I2C

config BMA180
tristate "Bosch BMA180/BMA25x 3-Axis Accelerometer Driver"
- depends on I2C
+ depends on I2C && INPUT_BMA150=n
select IIO_BUFFER
select IIO_TRIGGERED_BUFFER
help
--
2.20.1


2020-05-15 11:49:16

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH v2 2/7] iio: accel: Make bma180 conflict with input's bma150

On Thu, May 14, 2020 at 10:49 PM Jonathan Bakker <[email protected]> wrote:

> The bma180 IIO driver is being extended for support for the chips
> support by input's bma150 driver (bma023, bma150, smb380). Don't
> allow both drivers to be enabled simultaneously as they're for the
> same hardware.
>
> Signed-off-by: Jonathan Bakker <[email protected]>

Reviewed-by: Linus Walleij <[email protected]>

Yours,
Linus Walleij