Kconfig (9dd0b194bf6804b1998f0fe261b2606ec7b58d72) | Kconfig (875492511a4afce7880c9dd0ca71462c299b40e6) |
---|---|
1if ARCH_ORION5X 2 3menu "Orion Implementations" 4 5config MACH_DB88F5281 6 bool "Marvell Orion-2 Development Board" 7 select I2C_BOARDINFO 8 help --- 22 unchanged lines hidden (view full) --- 31 D-Link DNS-323 platform. 32 33config MACH_TS209 34 bool "QNAP TS-109/TS-209" 35 help 36 Say 'Y' here if you want your kernel to support the 37 QNAP TS-109/TS-209 platform. 38 | 1if ARCH_ORION5X 2 3menu "Orion Implementations" 4 5config MACH_DB88F5281 6 bool "Marvell Orion-2 Development Board" 7 select I2C_BOARDINFO 8 help --- 22 unchanged lines hidden (view full) --- 31 D-Link DNS-323 platform. 32 33config MACH_TS209 34 bool "QNAP TS-109/TS-209" 35 help 36 Say 'Y' here if you want your kernel to support the 37 QNAP TS-109/TS-209 platform. 38 |
39config MACH_LINKSTATION_PRO 40 bool "Buffalo Linkstation Pro/Live" 41 select I2C_BOARDINFO 42 help 43 Say 'Y' here if you want your kernel to support the 44 Buffalo Linkstation Pro/Live platform. Both v1 and 45 v2 devices are supported. 46 |
|
39endmenu 40 41endif | 47endmenu 48 49endif |