Skip to content

Commit

Permalink
fix(boards): Remove references to PINMUX Kconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Nov 15, 2023
1 parent f2e2d52 commit 2ab9363
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 28 deletions.
3 changes: 0 additions & 3 deletions app/boards/arm/dz60rgb/dz60rgb_rev1_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ CONFIG_SOC_STM32F303XC=y
# 72MHz system clock
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=72000000

# enable pinmux
CONFIG_PINMUX=y

# enable GPIO
CONFIG_GPIO=y

Expand Down
2 changes: 1 addition & 1 deletion app/boards/arm/ferris/ferris_rev02_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CONFIG_SOC_STM32F072XB=y
# 48MHz system clock
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=48000000

# enable PINMUX
# enable PINCTRL
CONFIG_PINCTRL=y

# enable GPIO
Expand Down
5 changes: 1 addition & 4 deletions app/boards/arm/mikoto/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

if(CONFIG_PINMUX)
zephyr_library()
zephyr_library_sources(pinmux.c)
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
endif()
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
3 changes: 0 additions & 3 deletions app/boards/arm/mikoto/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ endif # USB
config BT_CTLR
default BT

config PINMUX
default y

choice BOARD_MIKOTO_CHARGER_CURRENT
default BOARD_MIKOTO_CHARGER_CURRENT_100MA
endchoice
Expand Down
5 changes: 1 addition & 4 deletions app/boards/arm/nrfmicro/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

if(CONFIG_PINMUX)
zephyr_library()
zephyr_library_sources(pinmux.c)
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
endif()
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
3 changes: 0 additions & 3 deletions app/boards/arm/nrfmicro/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ endif # USB_DEVICE_STACK
config BT_CTLR
default BT

config PINMUX
default y

if BOARD_NRFMICRO_13 || BOARD_NRFMICRO_13_52833

config BOARD_NRFMICRO_CHARGER
Expand Down
3 changes: 0 additions & 3 deletions app/boards/arm/planck/planck_rev6_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ CONFIG_SOC_STM32F303XC=y
# 72MHz system clock
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=72000000


# enable pinmux
CONFIG_PINMUX=y
CONFIG_PINCTRL=y

# enable GPIO
Expand Down
5 changes: 1 addition & 4 deletions app/boards/arm/puchi_ble/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

if(CONFIG_PINMUX)
zephyr_library()
zephyr_library_sources(pinmux.c)
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
endif()
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
3 changes: 0 additions & 3 deletions app/boards/arm/puchi_ble/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,4 @@ endif # USB_DEVICE_STACK
config BT_CTLR
default BT

config PINMUX
default y

endif # BOARD_PUCHI_BLE_v1

0 comments on commit 2ab9363

Please sign in to comment.