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:
parent
700d08e0f5
commit
6364338815
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue