Skip to content

Commit 2ab9363

Browse files
committed
fix(boards): Remove references to PINMUX Kconfig.
1 parent f2e2d52 commit 2ab9363

File tree

9 files changed

+4
-28
lines changed

9 files changed

+4
-28
lines changed

app/boards/arm/dz60rgb/dz60rgb_rev1_defconfig

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ CONFIG_SOC_STM32F303XC=y
55
# 72MHz system clock
66
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=72000000
77

8-
# enable pinmux
9-
CONFIG_PINMUX=y
10-
118
# enable GPIO
129
CONFIG_GPIO=y
1310

app/boards/arm/ferris/ferris_rev02_defconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CONFIG_SOC_STM32F072XB=y
66
# 48MHz system clock
77
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=48000000
88

9-
# enable PINMUX
9+
# enable PINCTRL
1010
CONFIG_PINCTRL=y
1111

1212
# enable GPIO

app/boards/arm/mikoto/CMakeLists.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
2-
if(CONFIG_PINMUX)
31
zephyr_library()
42
zephyr_library_sources(pinmux.c)
5-
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
6-
endif()
3+
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)

app/boards/arm/mikoto/Kconfig.defconfig

-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ endif # USB
2121
config BT_CTLR
2222
default BT
2323

24-
config PINMUX
25-
default y
26-
2724
choice BOARD_MIKOTO_CHARGER_CURRENT
2825
default BOARD_MIKOTO_CHARGER_CURRENT_100MA
2926
endchoice
+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
2-
if(CONFIG_PINMUX)
31
zephyr_library()
42
zephyr_library_sources(pinmux.c)
5-
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
6-
endif()
3+
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)

app/boards/arm/nrfmicro/Kconfig.defconfig

-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ endif # USB_DEVICE_STACK
1818
config BT_CTLR
1919
default BT
2020

21-
config PINMUX
22-
default y
23-
2421
if BOARD_NRFMICRO_13 || BOARD_NRFMICRO_13_52833
2522

2623
config BOARD_NRFMICRO_CHARGER

app/boards/arm/planck/planck_rev6_defconfig

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ CONFIG_SOC_STM32F303XC=y
55
# 72MHz system clock
66
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=72000000
77

8-
9-
# enable pinmux
10-
CONFIG_PINMUX=y
118
CONFIG_PINCTRL=y
129

1310
# enable GPIO
+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
2-
if(CONFIG_PINMUX)
31
zephyr_library()
42
zephyr_library_sources(pinmux.c)
5-
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
6-
endif()
3+
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)

app/boards/arm/puchi_ble/Kconfig.defconfig

-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,4 @@ endif # USB_DEVICE_STACK
1616
config BT_CTLR
1717
default BT
1818

19-
config PINMUX
20-
default y
21-
2219
endif # BOARD_PUCHI_BLE_v1

0 commit comments

Comments
 (0)