diff options
Diffstat (limited to 'arch/arm/mach-ux500/Kconfig')
-rw-r--r-- | arch/arm/mach-ux500/Kconfig | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index f8b9392ee347..4210cb434dbc 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig | |||
@@ -20,7 +20,7 @@ config UX500_SOC_DB8500 | |||
20 | 20 | ||
21 | endmenu | 21 | endmenu |
22 | 22 | ||
23 | menu "Ux500 target platform" | 23 | menu "Ux500 target platform (boards)" |
24 | 24 | ||
25 | config MACH_U8500 | 25 | config MACH_U8500 |
26 | bool "U8500 Development platform" | 26 | bool "U8500 Development platform" |
@@ -29,6 +29,19 @@ config MACH_U8500 | |||
29 | help | 29 | help |
30 | Include support for the mop500 development platform. | 30 | Include support for the mop500 development platform. |
31 | 31 | ||
32 | config MACH_HREFV60 | ||
33 | bool "U85000 Development platform, HREFv60 version" | ||
34 | depends on UX500_SOC_DB8500 | ||
35 | help | ||
36 | Include support for the HREFv60 new development platform. | ||
37 | |||
38 | config MACH_SNOWBALL | ||
39 | bool "U8500 Snowball platform" | ||
40 | depends on UX500_SOC_DB8500 | ||
41 | select MACH_U8500 | ||
42 | help | ||
43 | Include support for the snowball development platform. | ||
44 | |||
32 | config MACH_U5500 | 45 | config MACH_U5500 |
33 | bool "U5500 Development platform" | 46 | bool "U5500 Development platform" |
34 | depends on UX500_SOC_DB5500 | 47 | depends on UX500_SOC_DB5500 |