Kconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. select MPIC_BROKEN_REGREAD
  9. help
  10. This option enables support for PA Semi's PWRficient line
  11. of SoC processors, including PA6T-1682M
  12. menu "PA Semi PWRficient options"
  13. depends on PPC_PASEMI
  14. config PPC_PASEMI_IOMMU
  15. bool "PA Semi IOMMU support"
  16. depends on PPC_PASEMI
  17. help
  18. IOMMU support for PA6T-1682M
  19. config PPC_PASEMI_IOMMU_DMA_FORCE
  20. bool "Force DMA engine to use IOMMU"
  21. depends on PPC_PASEMI_IOMMU
  22. help
  23. This option forces the use of the IOMMU also for the
  24. DMA engine. Otherwise the kernel will use it only when
  25. running under a hypervisor.
  26. If in doubt, say "N".
  27. config PPC_PASEMI_MDIO
  28. depends on PHYLIB
  29. tristate "MDIO support via GPIO"
  30. default y
  31. help
  32. Driver for MDIO via GPIO on PWRficient platforms
  33. config ELECTRA_IDE
  34. tristate "Electra IDE driver"
  35. default y
  36. depends on PPC_PASEMI && ATA
  37. select PATA_PLATFORM
  38. help
  39. This includes driver support for the Electra on-board IDE
  40. interface.
  41. endmenu