From: Adam Ford Date: Sun, 7 Oct 2018 14:58:25 +0000 (-0500) Subject: ARM: mach-omap2: Kconfig: Make SYS_MPUCLK dependent on AM33XX X-Git-Tag: v2018.11-rc3~39 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=876ddb558db72d6729603a8e1f8ef35750638260;p=oweals%2Fu-boot.git 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 --- diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 76a19064c9..58e545a45b 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).