Kconfig 598 B

12345678910111213141516171819202122232425262728
  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. endmenu