Skip to content

Commit 82a192c

Browse files
EmilioCBennashif
authored andcommitted
boards: nxp: Removing CONFIG_PINCTRL from the boards defconfig
The Drivers using Pinctrl should be turning Pinctrl on this should not be the responsibility of the board. This commit removes CONFIG_PINCTRL from the boards side for nxp boards. Signed-off-by: Emilio Benavente <[email protected]>
1 parent 0c54a3f commit 82a192c

File tree

106 files changed

+45
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+45
-74
lines changed

boards/nxp/frdm_k22f/frdm_k22f_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ CONFIG_CONSOLE=y
1010
CONFIG_UART_CONSOLE=y
1111
CONFIG_SERIAL=y
1212
CONFIG_GPIO=y
13-
CONFIG_PINCTRL=y
1413
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=72000000
1514
CONFIG_OSC_LOW_POWER=y

boards/nxp/frdm_k64f/frdm_k64f_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ CONFIG_CONSOLE=y
44
CONFIG_UART_CONSOLE=y
55
CONFIG_SERIAL=y
66
CONFIG_GPIO=y
7-
CONFIG_PINCTRL=y
87
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=120000000
98
CONFIG_OSC_EXTERNAL=y
109

boards/nxp/frdm_k82f/frdm_k82f_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ CONFIG_SERIAL=y
44
CONFIG_CONSOLE=y
55
CONFIG_UART_CONSOLE=y
66
CONFIG_UART_INTERRUPT_DRIVEN=y
7-
CONFIG_PINCTRL=y
87
CONFIG_GPIO=y
98
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=120000000
109
CONFIG_OSC_LOW_POWER=y

boards/nxp/frdm_ke15z/frdm_ke15z_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,3 @@ CONFIG_GPIO=y
1212

1313
# Clock Control
1414
CONFIG_CLOCK_CONTROL=y
15-
16-
# Enable pin controller
17-
CONFIG_PINCTRL=y

boards/nxp/frdm_ke17z/frdm_ke17z_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ CONFIG_GPIO=y
1414

1515
# Clock Control
1616
CONFIG_CLOCK_CONTROL=y
17-
18-
# Enable pin controller
19-
CONFIG_PINCTRL=y

boards/nxp/frdm_ke17z512/frdm_ke17z512_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ CONFIG_CONSOLE=y
88
CONFIG_UART_CONSOLE=y
99
CONFIG_SERIAL=y
1010
CONFIG_GPIO=y
11-
CONFIG_PINCTRL=y

boards/nxp/frdm_kl25z/frdm_kl25z_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ CONFIG_CONSOLE=y
44
CONFIG_UART_CONSOLE=y
55
CONFIG_SERIAL=y
66
CONFIG_GPIO=y
7-
CONFIG_PINCTRL=y
87
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=48000000
98
CONFIG_OSC_LOW_POWER=y

boards/nxp/frdm_kw41z/frdm_kw41z_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ CONFIG_CONSOLE=y
44
CONFIG_UART_CONSOLE=y
55
CONFIG_SERIAL=y
66
CONFIG_GPIO=y
7-
CONFIG_PINCTRL=y
87
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=40000000
98
CONFIG_OSC_EXTERNAL=y

boards/nxp/frdm_mcxa156/frdm_mcxa156_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ CONFIG_UART_CONSOLE=y
99
CONFIG_SERIAL=y
1010
CONFIG_UART_INTERRUPT_DRIVEN=y
1111
CONFIG_GPIO=y
12-
CONFIG_PINCTRL=y

boards/nxp/frdm_mcxn236/frdm_mcxn236_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ CONFIG_UART_CONSOLE=y
99
CONFIG_SERIAL=y
1010
CONFIG_UART_INTERRUPT_DRIVEN=y
1111
CONFIG_GPIO=y
12-
CONFIG_PINCTRL=y
1312

1413
CONFIG_ARM_MPU=y
1514
CONFIG_HW_STACK_PROTECTION=y

0 commit comments

Comments
 (0)