Skip to content

Commit c3c7e51

Browse files
erwangofabiobaltieri
authored andcommitted
boards: stm32 based: Remove useless CONFIG_PINCTRL assignment
PINCTRL should not be set per board, but rather depending on drivers needs. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent e6a296b commit c3c7e51

File tree

64 files changed

+0
-182
lines changed

Some content is hidden

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

64 files changed

+0
-182
lines changed

boards/96boards/aerocore2/96b_aerocore2_defconfig

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

1919
# Enable Clocks
2020
CONFIG_CLOCK_CONTROL=y
21-
22-
# enable pin controller
23-
CONFIG_PINCTRL=y

boards/96boards/argonkey/96b_argonkey_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,3 @@ CONFIG_CLOCK_CONTROL=y
1818
# console
1919
CONFIG_CONSOLE=y
2020
CONFIG_UART_CONSOLE=y
21-
22-
# enable pin controller
23-
CONFIG_PINCTRL=y

boards/96boards/avenger96/96b_avenger96_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,3 @@ CONFIG_RAM_CONSOLE_BUFFER_SIZE=1024
2121

2222
# uart console (overrides remote proc console)
2323
CONFIG_UART_CONSOLE=n
24-
25-
# enable pin controller
26-
CONFIG_PINCTRL=y

boards/96boards/carbon/96b_carbon_stm32f401xe_defconfig

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

1818
# Enable Clocks
1919
CONFIG_CLOCK_CONTROL=y
20-
21-
# enable pin controller
22-
CONFIG_PINCTRL=y

boards/96boards/neonkey/96b_neonkey_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,3 @@ CONFIG_CLOCK_CONTROL=y
1818
# console
1919
CONFIG_CONSOLE=y
2020
CONFIG_UART_CONSOLE=y
21-
22-
# enable pin controller
23-
CONFIG_PINCTRL=y

boards/96boards/stm32_sensor_mez/96b_stm32_sensor_mez_defconfig

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

1818
# Enable Clocks
1919
CONFIG_CLOCK_CONTROL=y
20-
21-
# enable pin controller
22-
CONFIG_PINCTRL=y

boards/96boards/wistrio/96b_wistrio_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,3 @@ CONFIG_CLOCK_CONTROL=y
1616
# console
1717
CONFIG_CONSOLE=y
1818
CONFIG_UART_CONSOLE=y
19-
20-
# enable pin controller
21-
CONFIG_PINCTRL=y

boards/adafruit/feather_stm32f405/adafruit_feather_stm32f405_defconfig

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

1818
# Enable Clocks
1919
CONFIG_CLOCK_CONTROL=y
20-
21-
# enable pin controller
22-
CONFIG_PINCTRL=y

boards/adi/eval_adin1110ebz/adi_eval_adin1110ebz_defconfig

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

1313
# Enable Clocks
1414
CONFIG_CLOCK_CONTROL=y
15-
16-
# enable pin controller
17-
CONFIG_PINCTRL=y

boards/adi/eval_adin2111ebz/adi_eval_adin2111ebz_defconfig

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

1313
# Enable Clocks
1414
CONFIG_CLOCK_CONTROL=y
15-
16-
# enable pin controller
17-
CONFIG_PINCTRL=y

0 commit comments

Comments
 (0)