diff options
Diffstat (limited to 'arch/arm/mach-orion5x/Kconfig')
-rw-r--r-- | arch/arm/mach-orion5x/Kconfig | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/arch/arm/mach-orion5x/Kconfig b/arch/arm/mach-orion5x/Kconfig index 93debf336155..ddcd41b15d17 100644 --- a/arch/arm/mach-orion5x/Kconfig +++ b/arch/arm/mach-orion5x/Kconfig | |||
@@ -44,6 +44,54 @@ config MACH_LINKSTATION_PRO | |||
44 | Buffalo Linkstation Pro/Live platform. Both v1 and | 44 | Buffalo Linkstation Pro/Live platform. Both v1 and |
45 | v2 devices are supported. | 45 | v2 devices are supported. |
46 | 46 | ||
47 | config MACH_TS409 | ||
48 | bool "QNAP TS-409" | ||
49 | help | ||
50 | Say 'Y' here if you want your kernel to support the | ||
51 | QNAP TS-409 platform. | ||
52 | |||
53 | config MACH_WRT350N_V2 | ||
54 | bool "Linksys WRT350N v2" | ||
55 | help | ||
56 | Say 'Y' here if you want your kernel to support the | ||
57 | Linksys WRT350N v2 platform. | ||
58 | |||
59 | config MACH_TS78XX | ||
60 | bool "Technologic Systems TS-78xx" | ||
61 | help | ||
62 | Say 'Y' here if you want your kernel to support the | ||
63 | Technologic Systems TS-78xx platform. | ||
64 | |||
65 | config MACH_MV2120 | ||
66 | bool "HP Media Vault mv2120" | ||
67 | help | ||
68 | Say 'Y' here if you want your kernel to support the | ||
69 | HP Media Vault mv2120 or mv5100. | ||
70 | |||
71 | config MACH_MSS2 | ||
72 | bool "Maxtor Shared Storage II" | ||
73 | help | ||
74 | Say 'Y' here if you want your kernel to support the | ||
75 | Maxtor Shared Storage II platform. | ||
76 | |||
77 | config MACH_WNR854T | ||
78 | bool "Netgear WNR854T" | ||
79 | help | ||
80 | Say 'Y' here if you want your kernel to support the | ||
81 | Netgear WNR854T platform. | ||
82 | |||
83 | config MACH_RD88F5181L_GE | ||
84 | bool "Marvell Orion-VoIP GE Reference Design" | ||
85 | help | ||
86 | Say 'Y' here if you want your kernel to support the | ||
87 | Marvell Orion-VoIP GE (88F5181L) RD. | ||
88 | |||
89 | config MACH_RD88F5181L_FXO | ||
90 | bool "Marvell Orion-VoIP FXO Reference Design" | ||
91 | help | ||
92 | Say 'Y' here if you want your kernel to support the | ||
93 | Marvell Orion-VoIP FXO (88F5181L) RD. | ||
94 | |||
47 | endmenu | 95 | endmenu |
48 | 96 | ||
49 | endif | 97 | endif |