Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

soc: gd32: Drop PINCTRL from Kconfig.defconfig #80697

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions drivers/adc/Kconfig.gd32
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions drivers/dac/Kconfig.gd32
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions drivers/i2c/Kconfig.gd32
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions drivers/pwm/Kconfig.gd32
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions drivers/serial/Kconfig.gd32
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions drivers/spi/Kconfig.gd32
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ config SPI_GD32
bool "Gigadevice GD32 SPI driver"
default y
depends on DT_HAS_GD_GD32_SPI_ENABLED
select PINCTRL
help
Enables Gigadevice GD32 SPI driver.

Expand Down
3 changes: 0 additions & 3 deletions soc/gd/gd32/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ if SOC_FAMILY_GD_GD32

rsource "*/Kconfig.defconfig.series"

config PINCTRL
default y

config RESET
default y

Expand Down
Loading