Skip to content

Commit

Permalink
boards: microchip: remove CONFIG_PINCTRL=y entries
Browse files Browse the repository at this point in the history
They are no longer needed, drivers select this as needed.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and kartben committed Nov 29, 2024
1 parent c4c53f8 commit 6b11e91
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ CONFIG_SOC_MEC1501_VCI_PINS_AS_GPIOS=n
CONFIG_RTOS_TIMER=y

CONFIG_CLOCK_CONTROL=y
CONFIG_PINCTRL=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_GPIO=y
CONFIG_PINCTRL=y

CONFIG_PM=y
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ CONFIG_RTOS_TIMER=y

CONFIG_CLOCK_CONTROL=y
CONFIG_CONSOLE=y
CONFIG_PINCTRL=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_GPIO=y
CONFIG_PINCTRL=y

# power management stuff
CONFIG_PM=y
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ CONFIG_RTOS_TIMER=y

CONFIG_CLOCK_CONTROL=y
CONFIG_GPIO=y
CONFIG_PINCTRL=y
CONFIG_SERIAL=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ CONFIG_RTOS_TIMER=y

CONFIG_CLOCK_CONTROL=y
CONFIG_GPIO=y
CONFIG_PINCTRL=y
CONFIG_SERIAL=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
Expand Down

0 comments on commit 6b11e91

Please sign in to comment.