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

da1469x: Remove CONFIG_PINCTRL from all defconfig files #79424

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/display/Kconfig.renesas_lcdc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ config DISPLAY_RENESAS_LCDC
bool "Smartbond display controller driver"
depends on DT_HAS_RENESAS_SMARTBOND_DISPLAY_ENABLED
select DMA
select PINCTRL
default y
help
Enable Smartbond display controller.
Expand Down
1 change: 1 addition & 0 deletions drivers/i2c/Kconfig.smartbond
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ config I2C_SMARTBOND
bool "Renesas SmartBond(tm) I2C driver"
default y
depends on DT_HAS_RENESAS_SMARTBOND_I2C_ENABLED
select PINCTRL
help
Enable I2C driver for Renesas SmartBond(tm) DA1469x series MCU.
1 change: 1 addition & 0 deletions drivers/mipi_dbi/Kconfig.smartbond
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
config MIPI_DBI_SMARTBOND
bool "Smartbond MIPI DBI host controller driver"
depends on DT_HAS_RENESAS_SMARTBOND_MIPI_DBI_ENABLED
select PINCTRL
default y
help
Enable Smartbond MIPI DBI host controller.
1 change: 1 addition & 0 deletions drivers/serial/Kconfig.smartbond
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ config UART_SMARTBOND
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
select UART_INTERRUPT_DRIVEN if PM_DEVICE
select PINCTRL
help
Enable UART driver for Renesas SmartBond(tm) DA1469x series MCU.
1 change: 1 addition & 0 deletions drivers/spi/Kconfig.smartbond
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ config SPI_SMARTBOND
bool "Renesas SmartBond(tm) SPI driver"
default y
depends on DT_HAS_RENESAS_SMARTBOND_SPI_ENABLED
select PINCTRL
help
Enables SPI driver for Renesas SmartBond(tm) DA1469x series MCU.

Expand Down
3 changes: 0 additions & 3 deletions soc/renesas/smartbond/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@ if SOC_FAMILY_RENESAS_SMARTBOND

rsource "*/Kconfig.defconfig"

config PINCTRL
default y

endif # SOC_FAMILY_RENESAS_SMARTBOND
Loading