Skip to content

Commit

Permalink
boards: arm: nrf-based: remove redundant GPIO_AS_PINRESET=n
Browse files Browse the repository at this point in the history
Because the option is disabled by default now that it is deprecated.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and carlescufi committed Sep 18, 2023
1 parent efb8408 commit c572228
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions boards/arm/holyiot_yj16019/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ if BOARD_HOLYIOT_YJ16019
config BOARD
default "holyiot_yj16019"

config GPIO_AS_PINRESET
default n

config BT_CTLR
default BT

Expand Down
4 changes: 0 additions & 4 deletions boards/arm/ruuvi_ruuvitag/ruuvi_ruuvitag_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,4 @@ CONFIG_USE_SEGGER_RTT=y
# Enable GPIO
CONFIG_GPIO=y

# additional board options
# set y to disable R button
CONFIG_GPIO_AS_PINRESET=n

CONFIG_PINCTRL=y

0 comments on commit c572228

Please sign in to comment.