Commit 52d21d7b authored by Gerson Fernando Budke's avatar Gerson Fernando Budke Committed by Mahesh Mahadevan
Browse files

soc: gd32: Drop PINCTRL from Kconfig.defconfig



This Kconfig has wrongly been added to defconfig files. It is not the
right place for it. It has never been the right place for it. Drivers
that need it should select the symbol in their Kconfig entries. Drop
PINCTL from Kconfig.defconfig and add proper select at Kconfig.gd32.

Fixes #78619

Signed-off-by: default avatarGerson Fernando Budke <nandojve@gmail.com>
parent 23fb3b77
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,5 +7,6 @@ config ADC_GD32
	bool "GD32 ADC driver"
	default y
	depends on DT_HAS_GD_GD32_ADC_ENABLED
	select PINCTRL
	help
	  Enable GigaDevice GD32 ADC driver
+1 −0
Original line number Diff line number Diff line
@@ -8,5 +8,6 @@ config DAC_GD32
	bool "GD32 DAC driver"
	default y
	depends on DT_HAS_GD_GD32_DAC_ENABLED
	select PINCTRL
	help
	  Enable GigaDevice GD32 DAC driver
+1 −0
Original line number Diff line number Diff line
@@ -5,5 +5,6 @@ config I2C_GD32
	bool "GigaDevice GD32 I2C driver"
	default y
	depends on DT_HAS_GD_GD32_I2C_ENABLED
	select PINCTRL
	help
	  Enables GigaDevice GD32 I2C driver
+1 −0
Original line number Diff line number Diff line
@@ -5,5 +5,6 @@ config PWM_GD32
	bool "GigaDevice GD32 PWM driver"
	default y
	depends on DT_HAS_GD_GD32_PWM_ENABLED
	select PINCTRL
	help
	  Enable the GigaDevice GD32 PWM driver.
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ config USART_GD32
	bool "GD32 serial driver"
	default y
	depends on DT_HAS_GD_GD32_USART_ENABLED
	select PINCTRL
	select SERIAL_HAS_DRIVER
	select SERIAL_SUPPORT_INTERRUPT
	select USE_GD32_USART
Loading