Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

reset: Kconfig: Make RESET_RZG2L_USBPHY_CTRL depend on ARCH_RZG2L

The USBPHY Control block is identical on Renesas RZ/G2L and RZ/V2L SoC's,
so instead of adding dependency for each SoC's add dependency on
ARCH_RZG2L. The ARCH_RZG2L config option is already selected by
ARCH_R9A07G044 and ARCH_R9A07G054.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Link: https://lore.kernel.org/r/20220406071647.14037-1-prabhakar.mahadev-lad.rj@bp.renesas.com

authored by

Lad Prabhakar and committed by
Philipp Zabel
9fe7dd4e 82816b4f

+1 -1
+1 -1
drivers/reset/Kconfig
··· 183 183 184 184 config RESET_RZG2L_USBPHY_CTRL 185 185 tristate "Renesas RZ/G2L USBPHY control driver" 186 - depends on ARCH_R9A07G044 || COMPILE_TEST 186 + depends on ARCH_RZG2L || COMPILE_TEST 187 187 help 188 188 Support for USBPHY Control found on RZ/G2L family. It mainly 189 189 controls reset and power down of the USB/PHY.