Kconfig 2.6 KB

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