Commit 69e85b25 authored by Jun Lin's avatar Jun Lin Committed by Dan Kalowsky
Browse files

board: npcx: remove CONFIG_PINCTRL from defconfig of npcx boards



The CONFIG_PINCTRL is removed from the board's defconfig files.
Drivers which use pin control function should add "select PINCTRL"
in their Kconfig files.

Fixes #78619

Signed-off-by: default avatarJun Lin <CHLin56@nuvoton.com>
parent faf075a9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -26,9 +26,6 @@ CONFIG_UART_INTERRUPT_DRIVEN=y
# GPIO Driver
CONFIG_GPIO=y

# Pin Controller Driver
CONFIG_PINCTRL=y

# Console Driver
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
+0 −3
Original line number Diff line number Diff line
@@ -26,9 +26,6 @@ CONFIG_UART_INTERRUPT_DRIVEN=y
# GPIO Driver
CONFIG_GPIO=y

# Pin Controller Driver
CONFIG_PINCTRL=y

# Console Driver
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
+0 −3
Original line number Diff line number Diff line
@@ -26,9 +26,6 @@ CONFIG_UART_INTERRUPT_DRIVEN=y
# GPIO Driver
CONFIG_GPIO=y

# Pin Controller Driver
CONFIG_PINCTRL=y

# Console Driver
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ config ADC_NPCX
	bool "Nuvoton NPCX embedded controller (EC) ADC driver"
	default y
	depends on DT_HAS_NUVOTON_NPCX_ADC_ENABLED
	select PINCTRL
	help
	  This option enables the ADC driver for NPCX family of
	  processors.
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ config ESPI_NPCX
	default y
	depends on SOC_FAMILY_NPCX
	depends on DT_HAS_NUVOTON_NPCX_ESPI_ENABLED
	select PINCTRL
	help
	  This option enables the Intel Enhanced Serial Peripheral Interface
	  (eSPI) for NPCX family of processors.
Loading