Skip to content

Commit

Permalink
mach-ux500: add HREFv60 Kconfig option
Browse files Browse the repository at this point in the history
This is necessary to have any use of the HREFv60 code.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Linus Walleij committed Jun 21, 2011
1 parent 5629937 commit 9372da5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion arch/arm/mach-ux500/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ config UX500_SOC_DB8500

endmenu

menu "Ux500 target platform"
menu "Ux500 target platform (boards)"

config MACH_U8500
bool "U8500 Development platform"
Expand All @@ -29,6 +29,12 @@ config MACH_U8500
help
Include support for the mop500 development platform.

config MACH_HREFV60
bool "U85000 Development platform, HREFv60 version"
depends on UX500_SOC_DB8500
help
Include support for the HREFv60 new development platform.

config MACH_U5500
bool "U5500 Development platform"
depends on UX500_SOC_DB5500
Expand Down

0 comments on commit 9372da5

Please sign in to comment.