2007-03-16 17:14:08 +03:00
|
|
|
config PPC_PASEMI
|
2009-03-10 20:53:27 +03:00
|
|
|
depends on PPC64 && PPC_BOOK3S
|
2007-03-16 17:14:08 +03:00
|
|
|
bool "PA Semi SoC-based platforms"
|
|
|
|
default n
|
|
|
|
select MPIC
|
2007-12-21 07:37:07 +03:00
|
|
|
select PCI
|
2007-03-16 17:14:08 +03:00
|
|
|
select PPC_UDBG_16550
|
|
|
|
select PPC_NATIVE
|
2007-09-07 23:13:19 +04:00
|
|
|
select MPIC_BROKEN_REGREAD
|
2007-03-16 17:14:08 +03:00
|
|
|
help
|
|
|
|
This option enables support for PA Semi's PWRficient line
|
|
|
|
of SoC processors, including PA6T-1682M
|
|
|
|
|
2007-02-05 01:36:55 +03:00
|
|
|
menu "PA Semi PWRficient options"
|
|
|
|
depends on PPC_PASEMI
|
|
|
|
|
|
|
|
config PPC_PASEMI_IOMMU
|
|
|
|
bool "PA Semi IOMMU support"
|
|
|
|
depends on PPC_PASEMI
|
|
|
|
help
|
2007-11-05 05:57:45 +03:00
|
|
|
IOMMU support for PA Semi PWRficient
|
2007-02-05 01:36:55 +03:00
|
|
|
|
2007-10-03 22:03:54 +04:00
|
|
|
config PPC_PASEMI_IOMMU_DMA_FORCE
|
|
|
|
bool "Force DMA engine to use IOMMU"
|
|
|
|
depends on PPC_PASEMI_IOMMU
|
|
|
|
help
|
|
|
|
This option forces the use of the IOMMU also for the
|
|
|
|
DMA engine. Otherwise the kernel will use it only when
|
|
|
|
running under a hypervisor.
|
|
|
|
|
|
|
|
If in doubt, say "N".
|
|
|
|
|
2007-04-25 03:17:33 +04:00
|
|
|
config PPC_PASEMI_MDIO
|
|
|
|
depends on PHYLIB
|
|
|
|
tristate "MDIO support via GPIO"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Driver for MDIO via GPIO on PWRficient platforms
|
|
|
|
|
2007-02-05 01:36:55 +03:00
|
|
|
endmenu
|