Skip to content

Commit ebfd853

Browse files
ananglgalak
authored andcommitted
boards: nrf52840_pca10090: Force GPIO to be always enabled
The GPIO driver is required by this board's initialization code, hence it is forced to be enabled always, not only enabled by default like on other boards equipped with an nRF SoC. Signed-off-by: Andrzej Głąbek <[email protected]>
1 parent 32223bd commit ebfd853

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

boards/arm/nrf52840_pca10090/Kconfig.board

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@
77
config BOARD_NRF52840_PCA10090
88
bool "NRF52840 PCA10090"
99
depends on SOC_NRF52840_QIAA
10+
# The GPIO driver is required by this board's initialization code
11+
# (board.c), so it is forced here to be enabled always, not only
12+
# enabled by default (in defconfig).
13+
select GPIO

boards/arm/nrf52840_pca10090/nrf52840_pca10090_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ CONFIG_BOARD_NRF52840_PCA10090=y
77
# Enable MPU
88
CONFIG_ARM_MPU=y
99

10-
# enable GPIO
11-
CONFIG_GPIO=y
12-
1310
# enable uart driver
1411
CONFIG_SERIAL=y
1512
CONFIG_UART_NRFX=y

0 commit comments

Comments
 (0)