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

Renesas rcar/move config pinctrl #46

Closed
wants to merge 2 commits into from
Closed
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/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.
3 changes: 0 additions & 3 deletions soc/renesas/rcar/rcar_gen3/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,4 @@ if SOC_SERIES_RCAR_GEN3
config NUM_IRQS
default 512

config PINCTRL
default y

endif # SOC_SERIES_RCAR_GEN3
3 changes: 0 additions & 3 deletions soc/renesas/rcar/rcar_gen4/Kconfig.defconfig.r8a779f0
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@ if SOC_SERIES_RCAR_GEN4
config NUM_IRQS
default 1216 #960 SPI + 256 LPI

config PINCTRL
default y

endif # SOC_SERIES_RCAR_GEN4
Loading