diff options
author | Mathieu J. Poirier <mathieu.poirier@linaro.org> | 2011-03-25 16:29:01 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2011-06-23 12:04:56 +0200 |
commit | 11ab32a734f5ee5d4f4f27f3488b0099447a2dbf (patch) | |
tree | 581953925f0a5eb86b16661a59165728501c22ce /arch/arm/mach-ux500 | |
parent | mach-ux500: Add pin configuration for snowball board (diff) | |
download | linux-11ab32a734f5ee5d4f4f27f3488b0099447a2dbf.tar.xz linux-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/mach-ux500')
-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 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 |