Skip to content

Commit 2b8d397

Browse files
boards: remove pinmux usage for all kinetis boards
Remove pinmux file where possible, and remove all pinmux driver usage where file cannot be removed. All kinetis boards no longer use pinmux driver. Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 9ee55be commit 2b8d397

35 files changed

+5
-531
lines changed

boards/arm/frdm_k22f/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,3 @@
33
#
44
# SPDX-License-Identifier: Apache-2.0
55
#
6-
7-
if(CONFIG_PINMUX_MCUX)
8-
zephyr_library()
9-
zephyr_library_sources(pinmux.c)
10-
endif()

boards/arm/frdm_k22f/frdm_k22f_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ CONFIG_UART_CONSOLE=y
1313
CONFIG_SERIAL=y
1414
CONFIG_CORTEX_M_SYSTICK=y
1515
CONFIG_GPIO=y
16-
CONFIG_PINMUX=y
1716
CONFIG_PINCTRL=y
1817
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=72000000
1918
CONFIG_OSC_LOW_POWER=y

boards/arm/frdm_k22f/pinmux.c

Lines changed: 0 additions & 44 deletions
This file was deleted.
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
11
# SPDX-License-Identifier: Apache-2.0
2-
3-
if(CONFIG_PINMUX_MCUX)
4-
zephyr_library()
5-
zephyr_library_sources(pinmux.c)
6-
endif()

boards/arm/frdm_k64f/frdm_k64f_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ CONFIG_SERIAL=y
88
CONFIG_CORTEX_M_SYSTICK=y
99
CONFIG_GPIO=y
1010
CONFIG_PINCTRL=y
11-
CONFIG_PINMUX=y
1211
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=120000000
1312
CONFIG_OSC_EXTERNAL=y
1413

boards/arm/frdm_k64f/pinmux.c

Lines changed: 0 additions & 44 deletions
This file was deleted.
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
11
# SPDX-License-Identifier: Apache-2.0
2-
3-
if(CONFIG_PINMUX_MCUX)
4-
zephyr_library()
5-
zephyr_library_sources(pinmux.c)
6-
endif()

boards/arm/frdm_k82f/frdm_k82f_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ CONFIG_SERIAL=y
77
CONFIG_CONSOLE=y
88
CONFIG_UART_CONSOLE=y
99
CONFIG_UART_INTERRUPT_DRIVEN=y
10-
CONFIG_PINMUX=y
1110
CONFIG_PINCTRL=y
1211
CONFIG_GPIO=y
1312
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=120000000

boards/arm/frdm_k82f/pinmux.c

Lines changed: 0 additions & 44 deletions
This file was deleted.
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
11
# SPDX-License-Identifier: Apache-2.0
2-
3-
if(CONFIG_PINMUX_MCUX)
4-
zephyr_library()
5-
zephyr_library_sources(pinmux.c)
6-
endif()

0 commit comments

Comments
 (0)