Skip to content

Commit

Permalink
drivers: rcar: Select CONFIG_PINCTRL
Browse files Browse the repository at this point in the history
Select PINCTRL for drivers: pwm, sdhc, serial

Signed-off-by: Aymeric Aillet <[email protected]>
  • Loading branch information
aaillet authored and kartben committed Nov 22, 2024
1 parent 7f0f28f commit d41ce53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/pwm/Kconfig.rcar
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 1 addition & 0 deletions drivers/sdhc/Kconfig.rcar
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions drivers/serial/Kconfig.rcar
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit d41ce53

Please sign in to comment.