diff options
author | Tom Rini <trini@konsulko.com> | 2015-07-23 15:46:05 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-07-23 15:46:05 (GMT) |
commit | 413978d118bb7d7b0a8488d97d802f2899cd81ce (patch) | |
tree | a0a42850eb5a9a13f2afa837b23582e23b4018a1 /arch/arm/mach-uniphier/Kconfig | |
parent | 3c9cc70d7153da442575112d9a2643eecd17d534 (diff) | |
parent | 62102bee1ff32e7eda8b31558b0b646df74fecfd (diff) | |
download | u-boot-413978d118bb7d7b0a8488d97d802f2899cd81ce.tar.xz |
Merge git://git.denx.de/u-boot-uniphier
Diffstat (limited to 'arch/arm/mach-uniphier/Kconfig')
-rw-r--r-- | arch/arm/mach-uniphier/Kconfig | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/arch/arm/mach-uniphier/Kconfig b/arch/arm/mach-uniphier/Kconfig index feda49e..7b49ad3 100644 --- a/arch/arm/mach-uniphier/Kconfig +++ b/arch/arm/mach-uniphier/Kconfig @@ -10,13 +10,17 @@ choice prompt "UniPhier SoC select" default MACH_PH1_PRO4 -config MACH_PH1_PRO4 - bool "PH1-Pro4" +config MACH_PH1_SLD3 + bool "PH1-sLD3" select UNIPHIER_SMP config MACH_PH1_LD4 bool "PH1-LD4" +config MACH_PH1_PRO4 + bool "PH1-Pro4" + select UNIPHIER_SMP + config MACH_PH1_SLD8 bool "PH1-sLD8" @@ -64,11 +68,11 @@ choice config DDR_FREQ_1600 bool "DDR3 1600" - depends on MACH_PH1_PRO4 || MACH_PH1_LD4 + depends on MACH_PH1_SLD3 || MACH_PH1_LD4 || MACH_PH1_PRO4 config DDR_FREQ_1333 bool "DDR3 1333" - depends on MACH_PH1_LD4 || MACH_PH1_SLD8 + depends on MACH_PH1_SLD3 || MACH_PH1_LD4 || MACH_PH1_SLD8 endchoice |