diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2022-04-13 21:03:27 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2022-04-28 20:22:55 +0200 |
commit | 811ffbad592e175c9f2a417561e4e3305f42280d (patch) | |
tree | 4d6a96a3f3f1d72c0c35f68581eec80fb5adbab5 /drivers/iio | |
parent | iio: afe: rescale: Make use of device properties (diff) | |
download | linux-811ffbad592e175c9f2a417561e4e3305f42280d.tar.xz linux-811ffbad592e175c9f2a417561e4e3305f42280d.zip |
iio: accel: dmard06: Drop dependency on OF
Nothing in this driver depends on OF firmware so drop the dependency
to remove the false impression such a dependency exists.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220413190327.30054-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio')
-rw-r--r-- | drivers/iio/accel/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/accel/Kconfig b/drivers/iio/accel/Kconfig index eac3f02662ae..b53f010f3e40 100644 --- a/drivers/iio/accel/Kconfig +++ b/drivers/iio/accel/Kconfig @@ -290,7 +290,6 @@ config DA311 config DMARD06 tristate "Domintech DMARD06 Digital Accelerometer Driver" - depends on OF || COMPILE_TEST depends on I2C help Say yes here to build support for the Domintech low-g tri-axial |