drivers: rcar: Select CONFIG_PINCTRL
Select PINCTRL for drivers: pwm, sdhc, serial Signed-off-by: Aymeric Aillet <aymeric.aillet@iot.bzh>
This commit is contained in:
parent
7f0f28fecc
commit
d41ce536c5
3 changed files with 3 additions and 0 deletions
|
@ -8,5 +8,6 @@ config PWM_RCAR
|
|||
default y
|
||||
depends on SOC_FAMILY_RENESAS_RCAR
|
||||
depends on DT_HAS_RENESAS_PWM_RCAR_ENABLED
|
||||
select PINCTRL
|
||||
help
|
||||
Enable Renesas R-Car PWM Driver.
|
||||
|
|
|
@ -8,6 +8,7 @@ config RCAR_MMC
|
|||
select SDHC_SUPPORTS_NATIVE_MODE
|
||||
select REGULATOR
|
||||
select GPIO
|
||||
select PINCTRL
|
||||
select SDHC_SUPPORTS_UHS if SDMMC_STACK
|
||||
help
|
||||
Renesas Rcar MMC driver.
|
||||
|
|
|
@ -9,5 +9,6 @@ config UART_RCAR
|
|||
depends on DT_HAS_RENESAS_RCAR_SCIF_ENABLED || DT_HAS_RENESAS_RCAR_HSCIF_ENABLED
|
||||
select SERIAL_HAS_DRIVER
|
||||
select SERIAL_SUPPORT_INTERRUPT
|
||||
select PINCTRL
|
||||
help
|
||||
Enable Renesas R-Car UART Driver.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue