Kconfig 814 B

12345678910111213141516171819202122232425262728293031323334353637
  1. config PPC_PASEMI
  2. depends on PPC_MULTIPLATFORM && PPC64
  3. bool "PA Semi SoC-based platforms"
  4. default n
  5. select MPIC
  6. select PPC_UDBG_16550
  7. select PPC_NATIVE
  8. help
  9. This option enables support for PA Semi's PWRficient line
  10. of SoC processors, including PA6T-1682M
  11. menu "PA Semi PWRficient options"
  12. depends on PPC_PASEMI
  13. config PPC_PASEMI_IOMMU
  14. bool "PA Semi IOMMU support"
  15. depends on PPC_PASEMI
  16. help
  17. IOMMU support for PA6T-1682M
  18. config PPC_PASEMI_MDIO
  19. depends on PHYLIB
  20. tristate "MDIO support via GPIO"
  21. default y
  22. help
  23. Driver for MDIO via GPIO on PWRficient platforms
  24. config ELECTRA_IDE
  25. tristate "Electra IDE driver"
  26. default y
  27. depends on PPC_PASEMI && ATA
  28. select PATA_PLATFORM
  29. help
  30. This includes driver support for the Electra on-board IDE
  31. interface.
  32. endmenu