aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2021-09-20 11:14:31 -0500
committerMarek Vasut <marek.vasut+renesas@gmail.com>2021-10-29 21:52:20 +0200
commit5c5437b81e5ba4f39a2e937d5fcbb07468007403 (patch)
treeb8b43d23779d3885cd2a6f764e01498777c0472b /arch
parent8e8fb50a93febd944e8943d752a6d9b065d45fcd (diff)
downloadu-boot-5c5437b81e5ba4f39a2e937d5fcbb07468007403.zip
u-boot-5c5437b81e5ba4f39a2e937d5fcbb07468007403.tar.gz
u-boot-5c5437b81e5ba4f39a2e937d5fcbb07468007403.tar.bz2
ARM: rmobile: beacon: Enable reference clocks for USB and AVB
Both Ethernet and USB drivers get their reference clocks from the versaclock. Enable that driver and the common clock driver by default. Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-rmobile/Kconfig.642
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64
index d76c3a7..007eaad 100644
--- a/arch/arm/mach-rmobile/Kconfig.64
+++ b/arch/arm/mach-rmobile/Kconfig.64
@@ -94,6 +94,8 @@ config TARGET_BEACON_RZG2M
select PINCTRL_PFC_R8A774E1
imply MULTI_DTB_FIT
imply MULTI_DTB_FIT_USER_DEFINED_AREA
+ imply CLK_VERSACLOCK
+ imply CLK_CCF
config TARGET_CONDOR
bool "Condor board"