Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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_IOMMU_DMA_FORCE
  19. bool "Force DMA engine to use IOMMU"
  20. depends on PPC_PASEMI_IOMMU
  21. help
  22. This option forces the use of the IOMMU also for the
  23. DMA engine. Otherwise the kernel will use it only when
  24. running under a hypervisor.
  25. If in doubt, say "N".
  26. config PPC_PASEMI_MDIO
  27. depends on PHYLIB
  28. tristate "MDIO support via GPIO"
  29. default y
  30. help
  31. Driver for MDIO via GPIO on PWRficient platforms
  32. config ELECTRA_IDE
  33. tristate "Electra IDE driver"
  34. default y
  35. depends on PPC_PASEMI && ATA
  36. select PATA_PLATFORM
  37. help
  38. This includes driver support for the Electra on-board IDE
  39. interface.
  40. endmenu