diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2008-04-06 08:08:17 -0400 |
---|---|---|
committer | Lennert Buytenhek <buytenh@marvell.com> | 2008-06-22 16:44:53 -0400 |
commit | b08d5af39616fd32a1fafbcb51c36d4c99c4e02f (patch) | |
tree | 88389c183b198670e88da9eb5e5daecab43d65da /arch/arm/mach-orion5x/Kconfig | |
parent | 42452b77a1fba2fee89350be2a9c03b54b27c218 (diff) |
[ARM] Orion: add HP Media Vault mv2120 support
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Diffstat (limited to 'arch/arm/mach-orion5x/Kconfig')
-rw-r--r-- | arch/arm/mach-orion5x/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-orion5x/Kconfig b/arch/arm/mach-orion5x/Kconfig index 4d3ce4dffe26..a8f732b6131c 100644 --- a/arch/arm/mach-orion5x/Kconfig +++ b/arch/arm/mach-orion5x/Kconfig | |||
@@ -56,6 +56,12 @@ config MACH_WRT350N_V2 | |||
56 | Say 'Y' here if you want your kernel to support the | 56 | Say 'Y' here if you want your kernel to support the |
57 | Linksys WRT350N v2 platform. | 57 | Linksys WRT350N v2 platform. |
58 | 58 | ||
59 | config MACH_MV2120 | ||
60 | bool "HP Media Vault mv2120" | ||
61 | help | ||
62 | Say 'Y' here if you want your kernel to support the | ||
63 | HP Media Vault mv2120 or mv5100. | ||
64 | |||
59 | endmenu | 65 | endmenu |
60 | 66 | ||
61 | endif | 67 | endif |