boards: arm: Fix incorrect Kconfig dependencies for FXAS21002_DRDY_INT1

The fxas21002 sensor driver defines the Kconfig symbol
FXAS21002_DRDY_INT1 to depend on FXAS21002_TRIGGER, but the warp7_m4
board defconfig was incorrectly overriding it to depend on FXAS21002.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2020-07-31 08:31:58 -05:00 committed by Carles Cufí
commit 6364338815

View file

@ -14,7 +14,7 @@ config FXOS8700_DRDY_INT1
config FXAS21002_DRDY_INT1
default y
depends on FXAS21002
depends on FXAS21002_TRIGGER
if !XIP
config FLASH_SIZE