xref: /openbmc/linux/arch/arm/mach-orion5x/Kconfig (revision 065194a0)
19dd0b194SLennert Buytenhekif ARCH_ORION5X
29dd0b194SLennert Buytenhek
39dd0b194SLennert Buytenhekmenu "Orion Implementations"
49dd0b194SLennert Buytenhek
51bffb4a8SThomas Petazzoniconfig ARCH_ORION5X_DT
61bffb4a8SThomas Petazzoni	bool "Marvell Orion5x Flattened Device Tree"
71bffb4a8SThomas Petazzoni	select USE_OF
898d4db26SThomas Petazzoni	select ORION_CLK
9ab5ab9dbSThomas Petazzoni	select ORION_IRQCHIP
10ab5ab9dbSThomas Petazzoni	select ORION_TIMER
114e7bb110SThomas Petazzoni	select PINCTRL
124e7bb110SThomas Petazzoni	select PINCTRL_ORION
131bffb4a8SThomas Petazzoni	help
141bffb4a8SThomas Petazzoni	  Say 'Y' here if you want your kernel to support the
151bffb4a8SThomas Petazzoni	  Marvell Orion5x using flattened device tree.
161bffb4a8SThomas Petazzoni
179dd0b194SLennert Buytenhekconfig MACH_DB88F5281
189dd0b194SLennert Buytenhek	bool "Marvell Orion-2 Development Board"
199dd0b194SLennert Buytenhek	select I2C_BOARDINFO
209dd0b194SLennert Buytenhek	help
219dd0b194SLennert Buytenhek	  Say 'Y' here if you want your kernel to support the
229dd0b194SLennert Buytenhek	  Marvell Orion-2 (88F5281) Development Board
239dd0b194SLennert Buytenhek
249dd0b194SLennert Buytenhekconfig MACH_RD88F5182
259dd0b194SLennert Buytenhek	bool "Marvell Orion-NAS Reference Design"
269dd0b194SLennert Buytenhek	select I2C_BOARDINFO
279dd0b194SLennert Buytenhek	help
289dd0b194SLennert Buytenhek	  Say 'Y' here if you want your kernel to support the
299dd0b194SLennert Buytenhek	  Marvell Orion-NAS (88F5182) RD2
309dd0b194SLennert Buytenhek
31065194a0SThomas Petazzoniconfig MACH_RD88F5182_DT
32065194a0SThomas Petazzoni	bool "Marvell Orion-NAS Reference Design (Flattened Device Tree)"
33065194a0SThomas Petazzoni	select ARCH_ORION5X_DT
34065194a0SThomas Petazzoni	select I2C_BOARDINFO
35065194a0SThomas Petazzoni	help
36065194a0SThomas Petazzoni	  Say 'Y' here if you want your kernel to support the Marvell
37065194a0SThomas Petazzoni	  Orion-NAS (88F5182) RD2, Flattened Device Tree.
38065194a0SThomas Petazzoni
399dd0b194SLennert Buytenhekconfig MACH_KUROBOX_PRO
409dd0b194SLennert Buytenhek	bool "KuroBox Pro"
419dd0b194SLennert Buytenhek	select I2C_BOARDINFO
429dd0b194SLennert Buytenhek	help
439dd0b194SLennert Buytenhek	  Say 'Y' here if you want your kernel to support the
449dd0b194SLennert Buytenhek	  KuroBox Pro platform.
459dd0b194SLennert Buytenhek
469dd0b194SLennert Buytenhekconfig MACH_DNS323
479dd0b194SLennert Buytenhek	bool "D-Link DNS-323"
489dd0b194SLennert Buytenhek	select I2C_BOARDINFO
499dd0b194SLennert Buytenhek	help
509dd0b194SLennert Buytenhek	  Say 'Y' here if you want your kernel to support the
519dd0b194SLennert Buytenhek	  D-Link DNS-323 platform.
529dd0b194SLennert Buytenhek
539dd0b194SLennert Buytenhekconfig MACH_TS209
549dd0b194SLennert Buytenhek	bool "QNAP TS-109/TS-209"
559dd0b194SLennert Buytenhek	help
569dd0b194SLennert Buytenhek	  Say 'Y' here if you want your kernel to support the
579dd0b194SLennert Buytenhek	  QNAP TS-109/TS-209 platform.
589dd0b194SLennert Buytenhek
59104ea078SSylver Bruneauconfig MACH_TERASTATION_PRO2
60104ea078SSylver Bruneau	bool "Buffalo Terastation Pro II/Live"
61104ea078SSylver Bruneau	help
62104ea078SSylver Bruneau	  Say 'Y' here if you want your kernel to support the
63104ea078SSylver Bruneau	  Buffalo Terastation Pro II/Live platform.
64104ea078SSylver Bruneau
6587549251SByron Bradleyconfig MACH_LINKSTATION_PRO
6687549251SByron Bradley	bool "Buffalo Linkstation Pro/Live"
6787549251SByron Bradley	select I2C_BOARDINFO
6887549251SByron Bradley	help
6987549251SByron Bradley	  Say 'Y' here if you want your kernel to support the
7087549251SByron Bradley	  Buffalo Linkstation Pro/Live platform. Both v1 and
7187549251SByron Bradley	  v2 devices are supported.
7287549251SByron Bradley
734bba1c34SAsh Hughesconfig MACH_LINKSTATION_LSCHL
744bba1c34SAsh Hughes	bool "Buffalo Linkstation Live v3 (LS-CHL)"
754bba1c34SAsh Hughes	select I2C_BOARDINFO
764bba1c34SAsh Hughes	help
774bba1c34SAsh Hughes	  Say 'Y' here if you want your kernel to support the
784bba1c34SAsh Hughes	  Buffalo Linkstation Live v3 (LS-CHL) platform.
794bba1c34SAsh Hughes
807b0a26f2SAlexey Kopytkoconfig MACH_LINKSTATION_MINI
817b0a26f2SAlexey Kopytko	bool "Buffalo Linkstation Mini"
827b0a26f2SAlexey Kopytko	select I2C_BOARDINFO
837b0a26f2SAlexey Kopytko	help
847b0a26f2SAlexey Kopytko	  Say 'Y' here if you want your kernel to support the
857b0a26f2SAlexey Kopytko	  Buffalo Linkstation Mini platform.
867b0a26f2SAlexey Kopytko
872d18638eSZhu Qingsenconfig MACH_LINKSTATION_LS_HGL
882d18638eSZhu Qingsen	bool "Buffalo Linkstation LS-HGL"
892d18638eSZhu Qingsen	select I2C_BOARDINFO
902d18638eSZhu Qingsen	help
912d18638eSZhu Qingsen	  Say 'Y' here if you want your kernel to support the
922d18638eSZhu Qingsen	  Buffalo Linkstation LS-HGL platform.
932d18638eSZhu Qingsen
9447e9cffdSSylver Bruneauconfig MACH_TS409
9547e9cffdSSylver Bruneau	bool "QNAP TS-409"
9647e9cffdSSylver Bruneau	help
9747e9cffdSSylver Bruneau	  Say 'Y' here if you want your kernel to support the
9847e9cffdSSylver Bruneau	  QNAP TS-409 platform.
9947e9cffdSSylver Bruneau
10042452b77SLennert Buytenhekconfig MACH_WRT350N_V2
10142452b77SLennert Buytenhek	bool "Linksys WRT350N v2"
10242452b77SLennert Buytenhek	help
10342452b77SLennert Buytenhek	  Say 'Y' here if you want your kernel to support the
10442452b77SLennert Buytenhek	  Linksys WRT350N v2 platform.
10542452b77SLennert Buytenhek
1067171d867SAlexander Clouterconfig MACH_TS78XX
1077171d867SAlexander Clouter	bool "Technologic Systems TS-78xx"
1087171d867SAlexander Clouter	help
1097171d867SAlexander Clouter	  Say 'Y' here if you want your kernel to support the
1107171d867SAlexander Clouter	  Technologic Systems TS-78xx platform.
1117171d867SAlexander Clouter
112b08d5af3SMartin Michlmayrconfig MACH_MV2120
113b08d5af3SMartin Michlmayr	bool "HP Media Vault mv2120"
114b08d5af3SMartin Michlmayr	help
115b08d5af3SMartin Michlmayr	  Say 'Y' here if you want your kernel to support the
116b08d5af3SMartin Michlmayr	  HP Media Vault mv2120 or mv5100.
117b08d5af3SMartin Michlmayr
1188f220860SSimon Guinotconfig MACH_D2NET
1198f220860SSimon Guinot	bool "LaCie d2 Network"
1208f220860SSimon Guinot	select I2C_BOARDINFO
1218f220860SSimon Guinot	help
1228f220860SSimon Guinot	  Say 'Y' here if you want your kernel to support the
1238f220860SSimon Guinot	  LaCie d2 Network NAS.
1248f220860SSimon Guinot
1258f220860SSimon Guinotconfig MACH_BIGDISK
1268f220860SSimon Guinot	bool "LaCie Big Disk Network"
1278f220860SSimon Guinot	select I2C_BOARDINFO
1288f220860SSimon Guinot	help
1298f220860SSimon Guinot	  Say 'Y' here if you want your kernel to support the
1308f220860SSimon Guinot	  LaCie Big Disk Network NAS.
1318f220860SSimon Guinot
13254782674SSimon Guinotconfig MACH_NET2BIG
13354782674SSimon Guinot	bool "LaCie 2Big Network"
13454782674SSimon Guinot	select I2C_BOARDINFO
13554782674SSimon Guinot	help
13654782674SSimon Guinot	  Say 'Y' here if you want your kernel to support the
13754782674SSimon Guinot	  LaCie 2Big Network NAS.
13854782674SSimon Guinot
1397ec753ccSSylver Bruneauconfig MACH_MSS2
1407ec753ccSSylver Bruneau	bool "Maxtor Shared Storage II"
1417ec753ccSSylver Bruneau	help
1427ec753ccSSylver Bruneau	  Say 'Y' here if you want your kernel to support the
1437ec753ccSSylver Bruneau	  Maxtor Shared Storage II platform.
1447ec753ccSSylver Bruneau
1452f820978SImre Kalozconfig MACH_WNR854T
1462f820978SImre Kaloz	bool "Netgear WNR854T"
1472f820978SImre Kaloz	help
1482f820978SImre Kaloz	  Say 'Y' here if you want your kernel to support the
1492f820978SImre Kaloz	  Netgear WNR854T platform.
1502f820978SImre Kaloz
15170129132SLennert Buytenhekconfig MACH_RD88F5181L_GE
15270129132SLennert Buytenhek	bool "Marvell Orion-VoIP GE Reference Design"
15370129132SLennert Buytenhek	help
15470129132SLennert Buytenhek	  Say 'Y' here if you want your kernel to support the
15570129132SLennert Buytenhek	  Marvell Orion-VoIP GE (88F5181L) RD.
15670129132SLennert Buytenhek
1576b5cdf0fSNicolas Pitreconfig MACH_RD88F5181L_FXO
1586b5cdf0fSNicolas Pitre	bool "Marvell Orion-VoIP FXO Reference Design"
1596b5cdf0fSNicolas Pitre	help
1606b5cdf0fSNicolas Pitre	  Say 'Y' here if you want your kernel to support the
1616b5cdf0fSNicolas Pitre	  Marvell Orion-VoIP FXO (88F5181L) RD.
1626b5cdf0fSNicolas Pitre
1630b0740c3SLennert Buytenhekconfig MACH_RD88F6183AP_GE
1640b0740c3SLennert Buytenhek	bool "Marvell Orion-1-90 AP GE Reference Design"
1650b0740c3SLennert Buytenhek	help
1660b0740c3SLennert Buytenhek	  Say 'Y' here if you want your kernel to support the
1670b0740c3SLennert Buytenhek	  Marvell Orion-1-90 (88F6183) AP GE RD.
1680b0740c3SLennert Buytenhek
1699dd0b194SLennert Buytenhekendmenu
1709dd0b194SLennert Buytenhek
1719dd0b194SLennert Buytenhekendif
172