diff options
author | Alexander Clouter <alex@digriz.org.uk> | 2008-06-01 01:32:37 +0400 |
---|---|---|
committer | Lennert Buytenhek <buytenh@marvell.com> | 2008-06-23 00:44:54 +0400 |
commit | 7171d8672bb0bcb744935bd2c6108378b5c6c6ad (patch) | |
tree | 1dc832d0622eb67c8115937130664da8d3f30d26 /arch/arm/mach-orion5x/Kconfig | |
parent | 530c854aa351b2c7b3b3b6bedae8143310875206 (diff) | |
download | linux-7171d8672bb0bcb744935bd2c6108378b5c6c6ad.tar.xz |
[ARM] Orion: add Technologic Systems TS-78xx support
Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
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 a8f732b6131c..8609f811bd84 100644 --- a/arch/arm/mach-orion5x/Kconfig +++ b/arch/arm/mach-orion5x/Kconfig @@ -56,6 +56,12 @@ config MACH_WRT350N_V2 Say 'Y' here if you want your kernel to support the Linksys WRT350N v2 platform. +config MACH_TS78XX + bool "Technologic Systems TS-78xx" + help + Say 'Y' here if you want your kernel to support the + Technologic Systems TS-78xx platform. + config MACH_MV2120 bool "HP Media Vault mv2120" help |