Kconfig 918 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. config PPC_PASEMI
  2. depends on PPC64 && PPC_BOOK3S
  3. bool "PA Semi SoC-based platforms"
  4. default n
  5. select MPIC
  6. select PCI
  7. select PPC_UDBG_16550
  8. select PPC_NATIVE
  9. select MPIC_BROKEN_REGREAD
  10. help
  11. This option enables support for PA Semi's PWRficient line
  12. of SoC processors, including PA6T-1682M
  13. menu "PA Semi PWRficient options"
  14. depends on PPC_PASEMI
  15. config PPC_PASEMI_IOMMU
  16. bool "PA Semi IOMMU support"
  17. depends on PPC_PASEMI
  18. help
  19. IOMMU support for PA Semi PWRficient
  20. config PPC_PASEMI_IOMMU_DMA_FORCE
  21. bool "Force DMA engine to use IOMMU"
  22. depends on PPC_PASEMI_IOMMU
  23. help
  24. This option forces the use of the IOMMU also for the
  25. DMA engine. Otherwise the kernel will use it only when
  26. running under a hypervisor.
  27. If in doubt, say "N".
  28. config PPC_PASEMI_MDIO
  29. depends on PHYLIB
  30. tristate "MDIO support via GPIO"
  31. default y
  32. help
  33. Driver for MDIO via GPIO on PWRficient platforms
  34. endmenu