Saeed Bishara | 651c74c | 2008-06-22 22:45:06 +0200 | [diff] [blame] | 1 | if ARCH_KIRKWOOD |
| 2 | |
| 3 | menu "Marvell Kirkwood Implementations" |
| 4 | |
Sebastian Hesselbarth | 2326f04 | 2013-07-02 15:15:07 +0200 | [diff] [blame] | 5 | config KIRKWOOD_LEGACY |
| 6 | bool |
| 7 | |
Simon Guinot | a557dd1 | 2013-04-09 00:41:27 +0200 | [diff] [blame] | 8 | config MACH_D2NET_V2 |
| 9 | bool "LaCie d2 Network v2 NAS Board" |
Sebastian Hesselbarth | 2326f04 | 2013-07-02 15:15:07 +0200 | [diff] [blame] | 10 | select KIRKWOOD_LEGACY |
Simon Guinot | a557dd1 | 2013-04-09 00:41:27 +0200 | [diff] [blame] | 11 | help |
| 12 | Say 'Y' here if you want your kernel to support the |
| 13 | LaCie d2 Network v2 NAS. |
| 14 | |
Simon Guinot | a557dd1 | 2013-04-09 00:41:27 +0200 | [diff] [blame] | 15 | config MACH_NET2BIG_V2 |
| 16 | bool "LaCie 2Big Network v2 NAS Board" |
Sebastian Hesselbarth | 2326f04 | 2013-07-02 15:15:07 +0200 | [diff] [blame] | 17 | select KIRKWOOD_LEGACY |
Jason Cooper | 3d468b6 | 2012-02-27 16:07:13 +0000 | [diff] [blame] | 18 | help |
| 19 | Say 'Y' here if you want your kernel to support the |
Simon Guinot | a557dd1 | 2013-04-09 00:41:27 +0200 | [diff] [blame] | 20 | LaCie 2Big Network v2 NAS. |
Jason Cooper | 3d468b6 | 2012-02-27 16:07:13 +0000 | [diff] [blame] | 21 | |
Simon Guinot | a557dd1 | 2013-04-09 00:41:27 +0200 | [diff] [blame] | 22 | config MACH_NET5BIG_V2 |
| 23 | bool "LaCie 5Big Network v2 NAS Board" |
Sebastian Hesselbarth | 2326f04 | 2013-07-02 15:15:07 +0200 | [diff] [blame] | 24 | select KIRKWOOD_LEGACY |
Jamie Lentin | 9007d10 | 2012-04-18 11:06:40 +0100 | [diff] [blame] | 25 | help |
| 26 | Say 'Y' here if you want your kernel to support the |
Simon Guinot | a557dd1 | 2013-04-09 00:41:27 +0200 | [diff] [blame] | 27 | LaCie 5Big Network v2 NAS. |
Jamie Lentin | 9007d10 | 2012-04-18 11:06:40 +0100 | [diff] [blame] | 28 | |
Alexander Clouter | b2fdb56 | 2010-01-18 23:38:19 +0000 | [diff] [blame] | 29 | config MACH_OPENRD |
Sebastian Hesselbarth | 2326f04 | 2013-07-02 15:15:07 +0200 | [diff] [blame] | 30 | select KIRKWOOD_LEGACY |
Alexander Clouter | b2fdb56 | 2010-01-18 23:38:19 +0000 | [diff] [blame] | 31 | bool |
| 32 | |
Dhaval Vasa | 7eeae54 | 2009-08-10 17:37:34 +0530 | [diff] [blame] | 33 | config MACH_OPENRD_BASE |
| 34 | bool "Marvell OpenRD Base Board" |
Alexander Clouter | b2fdb56 | 2010-01-18 23:38:19 +0000 | [diff] [blame] | 35 | select MACH_OPENRD |
Dhaval Vasa | 7eeae54 | 2009-08-10 17:37:34 +0530 | [diff] [blame] | 36 | help |
| 37 | Say 'Y' here if you want your kernel to support the |
| 38 | Marvell OpenRD Base Board. |
| 39 | |
Alexander Clouter | b2fdb56 | 2010-01-18 23:38:19 +0000 | [diff] [blame] | 40 | config MACH_OPENRD_CLIENT |
| 41 | bool "Marvell OpenRD Client Board" |
| 42 | select MACH_OPENRD |
| 43 | help |
| 44 | Say 'Y' here if you want your kernel to support the |
| 45 | Marvell OpenRD Client Board. |
| 46 | |
Dmytro Milinevskyy | 43b5607 | 2010-06-10 22:12:55 +0300 | [diff] [blame] | 47 | config MACH_OPENRD_ULTIMATE |
| 48 | bool "Marvell OpenRD Ultimate Board" |
| 49 | select MACH_OPENRD |
| 50 | help |
| 51 | Say 'Y' here if you want your kernel to support the |
| 52 | Marvell OpenRD Ultimate Board. |
| 53 | |
Simon Guinot | a557dd1 | 2013-04-09 00:41:27 +0200 | [diff] [blame] | 54 | config MACH_RD88F6192_NAS |
| 55 | bool "Marvell RD-88F6192-NAS Reference Board" |
Sebastian Hesselbarth | 2326f04 | 2013-07-02 15:15:07 +0200 | [diff] [blame] | 56 | select KIRKWOOD_LEGACY |
Simon Guinot | 1cb9f9b | 2009-12-09 01:43:49 +0100 | [diff] [blame] | 57 | help |
| 58 | Say 'Y' here if you want your kernel to support the |
Simon Guinot | a557dd1 | 2013-04-09 00:41:27 +0200 | [diff] [blame] | 59 | Marvell RD-88F6192-NAS Reference Board. |
Simon Guinot | 1cb9f9b | 2009-12-09 01:43:49 +0100 | [diff] [blame] | 60 | |
Simon Guinot | a557dd1 | 2013-04-09 00:41:27 +0200 | [diff] [blame] | 61 | config MACH_RD88F6281 |
| 62 | bool "Marvell RD-88F6281 Reference Board" |
Sebastian Hesselbarth | 2326f04 | 2013-07-02 15:15:07 +0200 | [diff] [blame] | 63 | select KIRKWOOD_LEGACY |
Simon Guinot | ca9cea9 | 2010-02-09 21:20:55 +0100 | [diff] [blame] | 64 | help |
| 65 | Say 'Y' here if you want your kernel to support the |
Simon Guinot | a557dd1 | 2013-04-09 00:41:27 +0200 | [diff] [blame] | 66 | Marvell RD-88F6281 Reference Board. |
Simon Guinot | ca9cea9 | 2010-02-09 21:20:55 +0100 | [diff] [blame] | 67 | |
Martin Michlmayr | b529ee4 | 2010-06-13 20:00:16 +0100 | [diff] [blame] | 68 | config MACH_T5325 |
| 69 | bool "HP t5325 Thin Client" |
Sebastian Hesselbarth | 2326f04 | 2013-07-02 15:15:07 +0200 | [diff] [blame] | 70 | select KIRKWOOD_LEGACY |
Martin Michlmayr | b529ee4 | 2010-06-13 20:00:16 +0100 | [diff] [blame] | 71 | help |
| 72 | Say 'Y' here if you want your kernel to support the |
| 73 | HP t5325 Thin Client. |
| 74 | |
Simon Guinot | a557dd1 | 2013-04-09 00:41:27 +0200 | [diff] [blame] | 75 | config MACH_TS219 |
| 76 | bool "QNAP TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and TS-219P+ Turbo NAS" |
Sebastian Hesselbarth | 2326f04 | 2013-07-02 15:15:07 +0200 | [diff] [blame] | 77 | select KIRKWOOD_LEGACY |
Simon Guinot | a557dd1 | 2013-04-09 00:41:27 +0200 | [diff] [blame] | 78 | help |
| 79 | Say 'Y' here if you want your kernel to support the |
| 80 | QNAP TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and |
| 81 | TS-219P+ Turbo NAS devices. |
| 82 | |
| 83 | config MACH_TS41X |
| 84 | bool "QNAP TS-410, TS-410U, TS-419P, TS-419P+ and TS-419U Turbo NAS" |
Sebastian Hesselbarth | 2326f04 | 2013-07-02 15:15:07 +0200 | [diff] [blame] | 85 | select KIRKWOOD_LEGACY |
Simon Guinot | a557dd1 | 2013-04-09 00:41:27 +0200 | [diff] [blame] | 86 | help |
| 87 | Say 'Y' here if you want your kernel to support the |
| 88 | QNAP TS-410, TS-410U, TS-419P, TS-419P+ and TS-419U Turbo |
| 89 | NAS devices. |
| 90 | |
| 91 | comment "Device tree entries" |
| 92 | |
| 93 | config ARCH_KIRKWOOD_DT |
| 94 | bool "Marvell Kirkwood Flattened Device Tree" |
Sebastian Hesselbarth | ed9f30a | 2013-05-11 03:08:08 +0200 | [diff] [blame] | 95 | select KIRKWOOD_CLK |
Jason Cooper | d04d97c | 2013-08-12 18:05:30 +0000 | [diff] [blame] | 96 | select OF_IRQ |
Sebastian Hesselbarth | 2326f04 | 2013-07-02 15:15:07 +0200 | [diff] [blame] | 97 | select ORION_IRQCHIP |
| 98 | select ORION_TIMER |
Simon Guinot | a557dd1 | 2013-04-09 00:41:27 +0200 | [diff] [blame] | 99 | select POWER_SUPPLY |
| 100 | select POWER_RESET |
| 101 | select POWER_RESET_GPIO |
| 102 | select REGULATOR |
| 103 | select REGULATOR_FIXED_VOLTAGE |
Simon Guinot | a557dd1 | 2013-04-09 00:41:27 +0200 | [diff] [blame] | 104 | select USE_OF |
| 105 | help |
| 106 | Say 'Y' here if you want your kernel to support the |
| 107 | Marvell Kirkwood using flattened device tree. |
| 108 | |
Thomas Petazzoni | 37ae08c | 2013-08-01 17:07:32 +0200 | [diff] [blame] | 109 | config MACH_MV88F6281GTW_GE_DT |
| 110 | bool "Marvell 88F6281 GTW GE Board (Flattened Device Tree)" |
Jason Cooper | d04d97c | 2013-08-12 18:05:30 +0000 | [diff] [blame] | 111 | depends on ARCH_KIRKWOOD_DT |
Thomas Petazzoni | 37ae08c | 2013-08-01 17:07:32 +0200 | [diff] [blame] | 112 | help |
| 113 | Say 'Y' here if you want your kernel to support the |
| 114 | Marvell 88F6281 GTW GE Board (Flattened Device Tree). |
| 115 | |
Saeed Bishara | 651c74c | 2008-06-22 22:45:06 +0200 | [diff] [blame] | 116 | endmenu |
| 117 | |
| 118 | endif |