diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2014-02-20 13:23:34 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-02-21 23:18:51 -0500 |
commit | b92f10be479b3b63e753968a0c6cb3f605ad7142 (patch) | |
tree | 7ac54adbcb88aa6668aff9c80086be0657b3b181 /arch/arm/mach-mvebu | |
parent | 08bb3adfd3adeb4653095e7968b6a46cef940404 (diff) |
ARM: mvebu: Rename the ARCH_MVEBU menu option
The previous name "Marvell SOCs with Device Tree support" is a bit
ambiguous and not too informative for users. Instead, use a more
appropriate name.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-mvebu')
-rw-r--r-- | arch/arm/mach-mvebu/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig index 5e269d7263ce..1ba825ee3fe5 100644 --- a/arch/arm/mach-mvebu/Kconfig +++ b/arch/arm/mach-mvebu/Kconfig | |||
@@ -1,5 +1,5 @@ | |||
1 | config ARCH_MVEBU | 1 | config ARCH_MVEBU |
2 | bool "Marvell SOCs with Device Tree support" if ARCH_MULTI_V7 | 2 | bool "Marvell Engineering Business Unit (MVEBU) SoCs" if ARCH_MULTI_V7 |
3 | select ARCH_SUPPORTS_BIG_ENDIAN | 3 | select ARCH_SUPPORTS_BIG_ENDIAN |
4 | select CLKSRC_MMIO | 4 | select CLKSRC_MMIO |
5 | select COMMON_CLK | 5 | select COMMON_CLK |
@@ -19,7 +19,7 @@ config ARCH_MVEBU | |||
19 | 19 | ||
20 | if ARCH_MVEBU | 20 | if ARCH_MVEBU |
21 | 21 | ||
22 | menu "Marvell SOC with device tree" | 22 | menu "Marvell EBU SoC variants" |
23 | 23 | ||
24 | config MACH_ARMADA_370_XP | 24 | config MACH_ARMADA_370_XP |
25 | bool | 25 | bool |