diff options
author | Mathieu J. Poirier <mathieu.poirier@linaro.org> | 2011-03-25 11:29:01 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2011-06-23 06:04:56 -0400 |
commit | 11ab32a734f5ee5d4f4f27f3488b0099447a2dbf (patch) | |
tree | 581953925f0a5eb86b16661a59165728501c22ce /arch | |
parent | c41fac8aa9cb9ca31a5b3d9ce1f3b0026b83c16d (diff) |
mach-ux500: Kconfig for snowball board
This adds the necessary Kconfig entry for a Snowball board.
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Robert Marklund <robert.marklund@stericsson.com>
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 |