Kconfig (1bffb4a8729838f5ee27364803406416459c3252) | Kconfig (07f645df9ff2550749b806af626576d5ad418215) |
---|---|
1if ARCH_ORION5X 2 3menu "Orion Implementations" 4 5config ARCH_ORION5X_DT 6 bool "Marvell Orion5x Flattened Device Tree" 7 select USE_OF 8 help --- 89 unchanged lines hidden (view full) --- 98 Technologic Systems TS-78xx platform. 99 100config MACH_MV2120 101 bool "HP Media Vault mv2120" 102 help 103 Say 'Y' here if you want your kernel to support the 104 HP Media Vault mv2120 or mv5100. 105 | 1if ARCH_ORION5X 2 3menu "Orion Implementations" 4 5config ARCH_ORION5X_DT 6 bool "Marvell Orion5x Flattened Device Tree" 7 select USE_OF 8 help --- 89 unchanged lines hidden (view full) --- 98 Technologic Systems TS-78xx platform. 99 100config MACH_MV2120 101 bool "HP Media Vault mv2120" 102 help 103 Say 'Y' here if you want your kernel to support the 104 HP Media Vault mv2120 or mv5100. 105 |
106config MACH_EDMINI_V2 107 bool "LaCie Ethernet Disk mini V2" | 106config MACH_EDMINI_V2_DT 107 bool "LaCie Ethernet Disk mini V2 (Flattened Device Tree)" |
108 select I2C_BOARDINFO | 108 select I2C_BOARDINFO |
109 select ARCH_ORION5X_DT |
|
109 help 110 Say 'Y' here if you want your kernel to support the | 110 help 111 Say 'Y' here if you want your kernel to support the |
111 LaCie Ethernet Disk mini V2. | 112 LaCie Ethernet Disk mini V2 (Flattened Device Tree). |
112 113config MACH_D2NET 114 bool "LaCie d2 Network" 115 select I2C_BOARDINFO 116 help 117 Say 'Y' here if you want your kernel to support the 118 LaCie d2 Network NAS. 119 --- 47 unchanged lines hidden --- | 113 114config MACH_D2NET 115 bool "LaCie d2 Network" 116 select I2C_BOARDINFO 117 help 118 Say 'Y' here if you want your kernel to support the 119 LaCie d2 Network NAS. 120 --- 47 unchanged lines hidden --- |