boards: 96b_argonkey: Kconfig.board: Fix ArgonKey board building
Argonkey board building has been recently broken by a LSM6DSL sensor
driver fix (see commit: a013ce3bf0
).
The board configuration file must now enable HAS_DTS_GPIO_DEVICE macro
instead of HAS_DTS_SPI_DEVICE.
Signed-off-by: Armando Visconti <armando.visconti@st.com>
This commit is contained in:
parent
d6de4c7a99
commit
6cb20ab4c1
|
@ -7,4 +7,4 @@
|
|||
config BOARD_96B_ARGONKEY
|
||||
bool "96Boards Argonkey"
|
||||
depends on SOC_STM32F412CG
|
||||
select HAS_DTS_SPI_PINS
|
||||
select HAS_DTS_GPIO_DEVICE
|
||||
|
|
Loading…
Reference in New Issue