From 6876605ae0fccb39324e1089f5eb1c0a06461076 Mon Sep 17 00:00:00 2001 From: mariotesi Date: Thu, 7 Sep 2023 12:29:57 +0200 Subject: [PATCH] stm-ldd-iio: remove MAY_WAKEUP from default config the may wakeup functionality has been removed from the driver and managed via device tree where supported by the target, for this reason defining it in the sensor default config is no longer necessary. Signed-off-by: mariotesi Change-Id: If4de48330aebb923453c67f61ad845236d9f0670 Reviewed-on: https://gerrit.st.com/c/linuxandroidopen/stm-ldd-iio/+/326363 Tested-by: CITOOLS Reviewed-by: Matteo DAMENO --- stm_iio_configs/asm330lhhx_defconfig | 1 - stm_iio_configs/ism330dhcx_defconfig | 1 - stm_iio_configs/lsm6dsox_defconfig | 1 - stm_iio_configs/lsm6dsrx_defconfig | 1 - stm_iio_configs/lsm6dsvx_defconfig | 1 - 5 files changed, 5 deletions(-) diff --git a/stm_iio_configs/asm330lhhx_defconfig b/stm_iio_configs/asm330lhhx_defconfig index 2493b1f9533b..711ecceb17bb 100644 --- a/stm_iio_configs/asm330lhhx_defconfig +++ b/stm_iio_configs/asm330lhhx_defconfig @@ -2,5 +2,4 @@ CONFIG_IIO_ST_ASM330LHHX=m CONFIG_IIO_ST_ASM330LHHX_I2C=m CONFIG_IIO_ST_ASM330LHHX_SPI=m CONFIG_IIO_ST_ASM330LHHX_EN_BASIC_FEATURES=y -CONFIG_IIO_ST_ASM330LHHX_MAY_WAKEUP=y CONFIG_IIO_ST_ASM330LHHX_MLC_PRELOAD=y diff --git a/stm_iio_configs/ism330dhcx_defconfig b/stm_iio_configs/ism330dhcx_defconfig index 7ea371302359..b480c00d3d25 100644 --- a/stm_iio_configs/ism330dhcx_defconfig +++ b/stm_iio_configs/ism330dhcx_defconfig @@ -1,4 +1,3 @@ CONFIG_IIO_ST_ISM330DHCX=m CONFIG_IIO_ST_ISM330DHCX_I2C=m CONFIG_IIO_ST_ISM330DHCX_SPI=m -CONFIG_IIO_ST_ISM330DHCX_MAY_WAKEUP=y diff --git a/stm_iio_configs/lsm6dsox_defconfig b/stm_iio_configs/lsm6dsox_defconfig index 61a761452387..1fa5393664a5 100644 --- a/stm_iio_configs/lsm6dsox_defconfig +++ b/stm_iio_configs/lsm6dsox_defconfig @@ -2,4 +2,3 @@ CONFIG_IIO_ST_LSM6DSOX=m CONFIG_IIO_ST_LSM6DSOX_I2C=m CONFIG_IIO_ST_LSM6DSOX_SPI=m CONFIG_IIO_ST_LSM6DSOX_I3C=m -CONFIG_IIO_ST_LSM6DSOX_MAY_WAKEUP=y diff --git a/stm_iio_configs/lsm6dsrx_defconfig b/stm_iio_configs/lsm6dsrx_defconfig index a7de27872f1e..6364d8e4208f 100644 --- a/stm_iio_configs/lsm6dsrx_defconfig +++ b/stm_iio_configs/lsm6dsrx_defconfig @@ -3,4 +3,3 @@ CONFIG_IIO_ST_LSM6DSRX_I2C=m CONFIG_IIO_ST_LSM6DSRX_SPI=m CONFIG_IIO_ST_LSM6DSRX_I3C=m CONFIG_IIO_ST_LSM6DSRX_MLC_PRELOAD=y -CONFIG_IIO_ST_LSM6DSRX_MAY_WAKEUP=y diff --git a/stm_iio_configs/lsm6dsvx_defconfig b/stm_iio_configs/lsm6dsvx_defconfig index 69ba42977286..36a8f86f39ff 100644 --- a/stm_iio_configs/lsm6dsvx_defconfig +++ b/stm_iio_configs/lsm6dsvx_defconfig @@ -1,6 +1,5 @@ CONFIG_IIO_ST_LSM6DSVX=m CONFIG_IIO_ST_LSM6DSVX_I2C=m CONFIG_IIO_ST_LSM6DSVX_SPI=m -CONFIG_IIO_ST_LSM6DSVX_MAY_WAKEUP=y CONFIG_IIO_ST_LSM6DSVX_QVAR_IN_FIFO=y CONFIG_IIO_ST_LSM6DSVX_MLC_PRELOAD=y