da1469x: Remove CONFIG_PINCTRL from all defconfig files
Remove CONFIG_PINCTRL from all defconfig files. Fixes #78619 Signed-off-by: Ioannis Damigos <ioannis.damigos.uj@renesas.com>
This commit is contained in:
parent
621da32340
commit
6c6a1e550c
6 changed files with 5 additions and 3 deletions
|
@ -7,6 +7,7 @@ config DISPLAY_RENESAS_LCDC
|
||||||
bool "Smartbond display controller driver"
|
bool "Smartbond display controller driver"
|
||||||
depends on DT_HAS_RENESAS_SMARTBOND_DISPLAY_ENABLED
|
depends on DT_HAS_RENESAS_SMARTBOND_DISPLAY_ENABLED
|
||||||
select DMA
|
select DMA
|
||||||
|
select PINCTRL
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Enable Smartbond display controller.
|
Enable Smartbond display controller.
|
||||||
|
|
|
@ -5,5 +5,6 @@ config I2C_SMARTBOND
|
||||||
bool "Renesas SmartBond(tm) I2C driver"
|
bool "Renesas SmartBond(tm) I2C driver"
|
||||||
default y
|
default y
|
||||||
depends on DT_HAS_RENESAS_SMARTBOND_I2C_ENABLED
|
depends on DT_HAS_RENESAS_SMARTBOND_I2C_ENABLED
|
||||||
|
select PINCTRL
|
||||||
help
|
help
|
||||||
Enable I2C driver for Renesas SmartBond(tm) DA1469x series MCU.
|
Enable I2C driver for Renesas SmartBond(tm) DA1469x series MCU.
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
config MIPI_DBI_SMARTBOND
|
config MIPI_DBI_SMARTBOND
|
||||||
bool "Smartbond MIPI DBI host controller driver"
|
bool "Smartbond MIPI DBI host controller driver"
|
||||||
depends on DT_HAS_RENESAS_SMARTBOND_MIPI_DBI_ENABLED
|
depends on DT_HAS_RENESAS_SMARTBOND_MIPI_DBI_ENABLED
|
||||||
|
select PINCTRL
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Enable Smartbond MIPI DBI host controller.
|
Enable Smartbond MIPI DBI host controller.
|
||||||
|
|
|
@ -8,5 +8,6 @@ config UART_SMARTBOND
|
||||||
select SERIAL_HAS_DRIVER
|
select SERIAL_HAS_DRIVER
|
||||||
select SERIAL_SUPPORT_INTERRUPT
|
select SERIAL_SUPPORT_INTERRUPT
|
||||||
select UART_INTERRUPT_DRIVEN if PM_DEVICE
|
select UART_INTERRUPT_DRIVEN if PM_DEVICE
|
||||||
|
select PINCTRL
|
||||||
help
|
help
|
||||||
Enable UART driver for Renesas SmartBond(tm) DA1469x series MCU.
|
Enable UART driver for Renesas SmartBond(tm) DA1469x series MCU.
|
||||||
|
|
|
@ -5,6 +5,7 @@ config SPI_SMARTBOND
|
||||||
bool "Renesas SmartBond(tm) SPI driver"
|
bool "Renesas SmartBond(tm) SPI driver"
|
||||||
default y
|
default y
|
||||||
depends on DT_HAS_RENESAS_SMARTBOND_SPI_ENABLED
|
depends on DT_HAS_RENESAS_SMARTBOND_SPI_ENABLED
|
||||||
|
select PINCTRL
|
||||||
help
|
help
|
||||||
Enables SPI driver for Renesas SmartBond(tm) DA1469x series MCU.
|
Enables SPI driver for Renesas SmartBond(tm) DA1469x series MCU.
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,4 @@ if SOC_FAMILY_RENESAS_SMARTBOND
|
||||||
|
|
||||||
rsource "*/Kconfig.defconfig"
|
rsource "*/Kconfig.defconfig"
|
||||||
|
|
||||||
config PINCTRL
|
|
||||||
default y
|
|
||||||
|
|
||||||
endif # SOC_FAMILY_RENESAS_SMARTBOND
|
endif # SOC_FAMILY_RENESAS_SMARTBOND
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue