Kconfig 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. config EMBEDDED6xx
  2. bool "Embedded 6xx/7xx/7xxx-based boards"
  3. depends on 6xx && BROKEN_ON_SMP
  4. config LINKSTATION
  5. bool "Linkstation / Kurobox(HG) from Buffalo"
  6. depends on EMBEDDED6xx
  7. select MPIC
  8. select FSL_SOC
  9. select PPC_UDBG_16550 if SERIAL_8250
  10. select DEFAULT_UIMAGE
  11. select MPC10X_BRIDGE
  12. help
  13. Select LINKSTATION if configuring for one of PPC- (MPC8241)
  14. based NAS systems from Buffalo Technology. So far only
  15. KuroboxHG has been tested. In the future classical Kurobox,
  16. Linkstation-I HD-HLAN and HD-HGLAN versions, and PPC-based
  17. Terastation systems should be supported too.
  18. config STORCENTER
  19. bool "IOMEGA StorCenter"
  20. depends on EMBEDDED6xx
  21. select MPIC
  22. select FSL_SOC
  23. select PPC_UDBG_16550 if SERIAL_8250
  24. select MPC10X_BRIDGE
  25. help
  26. Select STORCENTER if configuring for the iomega StorCenter
  27. with an 8241 CPU in it.
  28. config MPC7448HPC2
  29. bool "Freescale MPC7448HPC2(Taiga)"
  30. depends on EMBEDDED6xx
  31. select TSI108_BRIDGE
  32. select DEFAULT_UIMAGE
  33. select PPC_UDBG_16550
  34. help
  35. Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
  36. platform
  37. config PPC_HOLLY
  38. bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
  39. depends on EMBEDDED6xx
  40. select TSI108_BRIDGE
  41. select PPC_UDBG_16550
  42. help
  43. Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
  44. Board with TSI108/9 bridge (Hickory/Holly)
  45. config PPC_C2K
  46. bool "SBS/GEFanuc C2K board"
  47. depends on EMBEDDED6xx
  48. select MV64X60
  49. select NOT_COHERENT_CACHE
  50. select MTD_CFI_I4
  51. help
  52. This option enables support for the GE Fanuc C2K board (formerly
  53. an SBS board).
  54. config MVME5100
  55. bool "Motorola/Emerson MVME5100"
  56. depends on EMBEDDED6xx
  57. select MPIC
  58. select PCI
  59. select PPC_INDIRECT_PCI
  60. select PPC_I8259
  61. select PPC_NATIVE
  62. select PPC_UDBG_16550
  63. help
  64. This option enables support for the Motorola (now Emerson) MVME5100
  65. board.
  66. config TSI108_BRIDGE
  67. bool
  68. select PCI
  69. select MPIC
  70. select MPIC_WEIRD
  71. config MPC10X_BRIDGE
  72. bool
  73. select PPC_INDIRECT_PCI
  74. config MV64X60
  75. bool
  76. select PPC_INDIRECT_PCI
  77. select CHECK_CACHE_COHERENCY
  78. config GAMECUBE_COMMON
  79. bool
  80. config USBGECKO_UDBG
  81. bool "USB Gecko udbg console for the Nintendo GameCube/Wii"
  82. depends on GAMECUBE_COMMON
  83. help
  84. If you say yes to this option, support will be included for the
  85. USB Gecko adapter as an udbg console.
  86. The USB Gecko is a EXI to USB Serial converter that can be plugged
  87. into a memcard slot in the Nintendo GameCube/Wii.
  88. This driver bypasses the EXI layer completely.
  89. If in doubt, say N here.
  90. config GAMECUBE
  91. bool "Nintendo-GameCube"
  92. depends on EMBEDDED6xx
  93. select GAMECUBE_COMMON
  94. help
  95. Select GAMECUBE if configuring for the Nintendo GameCube.
  96. More information at: <http://gc-linux.sourceforge.net/>
  97. config WII
  98. bool "Nintendo-Wii"
  99. depends on EMBEDDED6xx
  100. select GAMECUBE_COMMON
  101. help
  102. Select WII if configuring for the Nintendo Wii.
  103. More information at: <http://gc-linux.sourceforge.net/>