Skip to content

Commit

Permalink
boards: nrf52840_pca10090: Force GPIO to be always enabled
Browse files Browse the repository at this point in the history
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 <andrzej.glabek@nordicsemi.no>
  • Loading branch information
anangl authored and galak committed Mar 28, 2019
1 parent 32223bd commit ebfd853
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions boards/arm/nrf52840_pca10090/Kconfig.board
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@
config BOARD_NRF52840_PCA10090
bool "NRF52840 PCA10090"
depends on SOC_NRF52840_QIAA
# The GPIO driver is required by this board's initialization code
# (board.c), so it is forced here to be enabled always, not only
# enabled by default (in defconfig).
select GPIO
3 changes: 0 additions & 3 deletions boards/arm/nrf52840_pca10090/nrf52840_pca10090_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ CONFIG_BOARD_NRF52840_PCA10090=y
# Enable MPU
CONFIG_ARM_MPU=y

# enable GPIO
CONFIG_GPIO=y

# enable uart driver
CONFIG_SERIAL=y
CONFIG_UART_NRFX=y
Expand Down

0 comments on commit ebfd853

Please sign in to comment.