Kconfig 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. # SPDX-License-Identifier: GPL-2.0
  2. config ACADIA
  3. bool "Acadia"
  4. depends on 40x
  5. select PPC40x_SIMPLE
  6. select 405EZ
  7. help
  8. This option enables support for the AMCC 405EZ Acadia evaluation board.
  9. config HOTFOOT
  10. bool "Hotfoot"
  11. depends on 40x
  12. select PPC40x_SIMPLE
  13. select FORCE_PCI
  14. help
  15. This option enables support for the ESTEEM 195E Hotfoot board.
  16. config KILAUEA
  17. bool "Kilauea"
  18. depends on 40x
  19. select 405EX
  20. select PPC40x_SIMPLE
  21. select PPC4xx_PCI_EXPRESS
  22. select FORCE_PCI
  23. select PCI_MSI
  24. help
  25. This option enables support for the AMCC PPC405EX evaluation board.
  26. config MAKALU
  27. bool "Makalu"
  28. depends on 40x
  29. select 405EX
  30. select FORCE_PCI
  31. select PPC4xx_PCI_EXPRESS
  32. select PPC40x_SIMPLE
  33. help
  34. This option enables support for the AMCC PPC405EX board.
  35. config OBS600
  36. bool "OpenBlockS 600"
  37. depends on 40x
  38. select 405EX
  39. select PPC40x_SIMPLE
  40. help
  41. This option enables support for PlatHome OpenBlockS 600 server
  42. config PPC40x_SIMPLE
  43. bool "Simple PowerPC 40x board support"
  44. depends on 40x
  45. help
  46. This option enables the simple PowerPC 40x platform support.
  47. config 405EX
  48. bool
  49. select IBM_EMAC_EMAC4 if IBM_EMAC
  50. select IBM_EMAC_RGMII if IBM_EMAC
  51. config 405EZ
  52. bool
  53. select IBM_EMAC_NO_FLOW_CTRL if IBM_EMAC
  54. select IBM_EMAC_MAL_CLR_ICINTSTAT if IBM_EMAC
  55. select IBM_EMAC_MAL_COMMON_ERR if IBM_EMAC
  56. config PPC4xx_GPIO
  57. bool "PPC4xx GPIO support"
  58. depends on 40x
  59. select GPIOLIB
  60. help
  61. Enable gpiolib support for ppc40x based boards
  62. config APM8018X
  63. bool "APM8018X"
  64. depends on 40x
  65. select PPC40x_SIMPLE
  66. help
  67. This option enables support for the AppliedMicro APM8018X evaluation
  68. board.