Skip to content

Commit

Permalink
da1469x: Remove CONFIG_PINCTRL from all defconfig files
Browse files Browse the repository at this point in the history
Remove CONFIG_PINCTRL from all defconfig files.

Fixes zephyrproject-rtos#78619

Signed-off-by: Ioannis Damigos <[email protected]>
  • Loading branch information
ydamigos committed Oct 4, 2024
1 parent a6ed05e commit 90187b3
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3 deletions.
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

0 comments on commit 90187b3

Please sign in to comment.