]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: mach-omap2: Kconfig: Make SYS_MPUCLK dependent on AM33XX
authorAdam Ford <aford173@gmail.com>
Sun, 7 Oct 2018 14:58:25 +0000 (09:58 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 19 Oct 2018 18:16:32 +0000 (14:16 -0400)
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 <aford173@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
[trini: Fix symbol name]
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-omap2/Kconfig

index 76a19064c9b1bf2cc45f2343fcbd3dee6ceba42b..58e545a45b4d7c5e8579cbae2c3f58d746526068 100644 (file)
@@ -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).