Kconfig 475 B

12345678910111213141516171819202122
  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 GENERIC_TBSYNC
  8. select PPC_NATIVE
  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. endmenu