diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-ux500/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index 96d546cef062..4210cb434dbc 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig | |||
@@ -35,6 +35,13 @@ config MACH_HREFV60 | |||
35 | help | 35 | help |
36 | Include support for the HREFv60 new development platform. | 36 | Include support for the HREFv60 new development platform. |
37 | 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 | |||
38 | config MACH_U5500 | 45 | config MACH_U5500 |
39 | bool "U5500 Development platform" | 46 | bool "U5500 Development platform" |
40 | depends on UX500_SOC_DB5500 | 47 | depends on UX500_SOC_DB5500 |