Kconfig 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. choice
  2. prompt "Machine Type"
  3. depends on EMBEDDED6xx
  4. config LINKSTATION
  5. bool "Linkstation / Kurobox(HG) from Buffalo"
  6. select MPIC
  7. select FSL_SOC
  8. select PPC_UDBG_16550 if SERIAL_8250
  9. select DEFAULT_UIMAGE
  10. help
  11. Select LINKSTATION if configuring for one of PPC- (MPC8241)
  12. based NAS systems from Buffalo Technology. So far only
  13. KuroboxHG has been tested. In the future classical Kurobox,
  14. Linkstation-I HD-HLAN and HD-HGLAN versions, and PPC-based
  15. Terastation systems should be supported too.
  16. config MPC7448HPC2
  17. bool "Freescale MPC7448HPC2(Taiga)"
  18. select TSI108_BRIDGE
  19. select DEFAULT_UIMAGE
  20. select PPC_UDBG_16550
  21. help
  22. Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
  23. platform
  24. config PPC_HOLLY
  25. bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
  26. select TSI108_BRIDGE
  27. select PPC_UDBG_16550
  28. select WANT_DEVICE_TREE
  29. help
  30. Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
  31. Board with TSI108/9 bridge (Hickory/Holly)
  32. config PPC_PRPMC2800
  33. bool "Motorola-PrPMC2800"
  34. select MV64X60
  35. select NOT_COHERENT_CACHE
  36. select WANT_DEVICE_TREE
  37. help
  38. This option enables support for the Motorola PrPMC2800 board
  39. endchoice
  40. config TSI108_BRIDGE
  41. bool
  42. depends on MPC7448HPC2 || PPC_HOLLY
  43. select PCI
  44. select MPIC
  45. select MPIC_WEIRD
  46. default y
  47. config MPC10X_BRIDGE
  48. bool
  49. depends on LINKSTATION
  50. select PPC_INDIRECT_PCI
  51. default y
  52. config MV64X60
  53. bool
  54. select PPC_INDIRECT_PCI
  55. select CONFIG_CHECK_CACHE_COHERENCY
  56. config MPC10X_OPENPIC
  57. bool
  58. depends on LINKSTATION
  59. default y
  60. config MPC10X_STORE_GATHERING
  61. bool "Enable MPC10x store gathering"
  62. depends on MPC10X_BRIDGE