Kconfig 885 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. if ARCH_ORION
  2. menu "Orion Implementations"
  3. config MACH_DB88F5281
  4. bool "Marvell Orion-2 Development Board"
  5. select I2C_BOARDINFO
  6. help
  7. Say 'Y' here if you want your kernel to support the
  8. Marvell Orion-2 (88F5281) Development Board
  9. config MACH_RD88F5182
  10. bool "Marvell Orion-NAS Reference Design"
  11. select I2C_BOARDINFO
  12. help
  13. Say 'Y' here if you want your kernel to support the
  14. Marvell Orion-NAS (88F5182) RD2
  15. config MACH_KUROBOX_PRO
  16. bool "KuroBox Pro"
  17. select I2C_BOARDINFO
  18. help
  19. Say 'Y' here if you want your kernel to support the
  20. KuroBox Pro platform.
  21. config MACH_DNS323
  22. bool "D-Link DNS-323"
  23. select I2C_BOARDINFO
  24. help
  25. Say 'Y' here if you want your kernel to support the
  26. D-Link DNS-323 platform.
  27. config MACH_TS209
  28. bool "QNAP TS-109/TS-209"
  29. help
  30. Say 'Y' here if you want your kernel to support the
  31. QNAP TS-109/TS-209 platform.
  32. endmenu
  33. endif