Kconfig (5a84d159061d914c8dd4aa372ac6e9529c2be453) | Kconfig (35a1245ad09412ffba2f17631a9fb3cae3d5a5ac) |
---|---|
1config 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 |
|
1menu "PA Semi PWRficient options" 2 depends on PPC_PASEMI 3 4config PPC_PASEMI_IOMMU 5 bool "PA Semi IOMMU support" 6 depends on PPC_PASEMI 7 help 8 IOMMU support for PA6T-1682M 9 10endmenu | 13menu "PA Semi PWRficient options" 14 depends on PPC_PASEMI 15 16config PPC_PASEMI_IOMMU 17 bool "PA Semi IOMMU support" 18 depends on PPC_PASEMI 19 help 20 IOMMU support for PA6T-1682M 21 22endmenu |