boards: arm: Fix incorrect Kconfig dependencies for FXOS8700_DRDY_INT1
The fxos8700 sensor driver defines the Kconfig symbol FXOS8700_DRDY_INT1 to depend on FXOS8700_TRIGGER, but several board defconfigs were incorrectly overriding it to depend on FXOS8700. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
2f6beb31d4
commit
700d08e0f5
@ -32,7 +32,7 @@ endif # FXOS8700
|
||||
|
||||
config FXOS8700_DRDY_INT1
|
||||
default y
|
||||
depends on FXOS8700
|
||||
depends on FXOS8700_TRIGGER
|
||||
|
||||
if PINMUX_MCUX
|
||||
|
||||
|
||||
@ -33,7 +33,7 @@ endif # PINMUX_MCUX
|
||||
|
||||
config FXOS8700_DRDY_INT1
|
||||
default y
|
||||
depends on FXOS8700
|
||||
depends on FXOS8700_TRIGGER
|
||||
|
||||
config SPI_0
|
||||
default y
|
||||
|
||||
@ -10,7 +10,7 @@ config BOARD
|
||||
|
||||
config FXOS8700_DRDY_INT1
|
||||
default y
|
||||
depends on FXOS8700
|
||||
depends on FXOS8700_TRIGGER
|
||||
|
||||
config FXAS21002_DRDY_INT1
|
||||
default y
|
||||
|
||||
Loading…
Reference in New Issue
Block a user