From 876ddb558db72d6729603a8e1f8ef35750638260 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Sun, 7 Oct 2018 09:58:25 -0500 Subject: [PATCH] ARM: mach-omap2: Kconfig: Make SYS_MPUCLK dependent on AM33XX This value is unly used in arch/arm/mach-omap2/am33xx/ clock_am33xx.c, so let's make it dependent on AM33XX since that is the only way this file gets compiled into the code according to the Makefile. Signed-off-by: Adam Ford Reviewed-by: Tom Rini [trini: Fix symbol name] Signed-off-by: Tom Rini --- arch/arm/mach-omap2/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 76a1906..58e545a 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -136,6 +136,7 @@ endchoice config SYS_MPUCLK int "MPU CLK speed" + depends on AM33XX default 500 help Defines the MPU clock speed (in MHz).