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:
Armando Visconti 2018-09-28 14:46:39 +02:00 committed by Maureen Helm
parent d6de4c7a99
commit 6cb20ab4c1
1 changed files with 1 additions and 1 deletions

View File

@ -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