diff options
author | Mathieu J. Poirier <mathieu.poirier@linaro.org> | 2011-03-25 09:29:01 -0600 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2011-06-23 12:04:56 +0200 |
commit | 11ab32a734f5ee5d4f4f27f3488b0099447a2dbf (patch) | |
tree | 581953925f0a5eb86b16661a59165728501c22ce /arch/arm | |
parent | c41fac8aa9cb9ca31a5b3d9ce1f3b0026b83c16d (diff) | |
download | linux-3.10-11ab32a734f5ee5d4f4f27f3488b0099447a2dbf.tar.gz linux-3.10-11ab32a734f5ee5d4f4f27f3488b0099447a2dbf.tar.bz2 linux-3.10-11ab32a734f5ee5d4f4f27f3488b0099447a2dbf.zip |
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/arm')
-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 96d546cef06..4210cb434db 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig @@ -35,6 +35,13 @@ config MACH_HREFV60 help Include support for the HREFv60 new development platform. +config MACH_SNOWBALL + bool "U8500 Snowball platform" + depends on UX500_SOC_DB8500 + select MACH_U8500 + help + Include support for the snowball development platform. + config MACH_U5500 bool "U5500 Development platform" depends on UX500_SOC_DB5500 |