Kumar Gala | 35a1245 | 2007-03-16 09:14:08 -0500 | [diff] [blame] | 1 | config PPC_PASEMI |
Boqun Feng | e5e16d8 | 2015-09-07 07:58:00 +0800 | [diff] [blame] | 2 | depends on PPC64 && PPC_BOOK3S && CPU_BIG_ENDIAN |
Kumar Gala | 35a1245 | 2007-03-16 09:14:08 -0500 | [diff] [blame] | 3 | bool "PA Semi SoC-based platforms" |
| 4 | default n |
| 5 | select MPIC |
Stephen Rothwell | 373a6da | 2007-12-21 15:37:07 +1100 | [diff] [blame] | 6 | select PCI |
Kumar Gala | 35a1245 | 2007-03-16 09:14:08 -0500 | [diff] [blame] | 7 | select PPC_UDBG_16550 |
Kumar Gala | 35a1245 | 2007-03-16 09:14:08 -0500 | [diff] [blame] | 8 | select PPC_NATIVE |
Olof Johansson | 0d72ba9 | 2007-09-08 05:13:19 +1000 | [diff] [blame] | 9 | select MPIC_BROKEN_REGREAD |
Kumar Gala | 35a1245 | 2007-03-16 09:14:08 -0500 | [diff] [blame] | 10 | help |
| 11 | This option enables support for PA Semi's PWRficient line |
| 12 | of SoC processors, including PA6T-1682M |
| 13 | |
Olof Johansson | 31c56d8 | 2007-02-04 16:36:55 -0600 | [diff] [blame] | 14 | menu "PA Semi PWRficient options" |
| 15 | depends on PPC_PASEMI |
| 16 | |
| 17 | config PPC_PASEMI_IOMMU |
| 18 | bool "PA Semi IOMMU support" |
| 19 | depends on PPC_PASEMI |
| 20 | help |
Olof Johansson | 0d08a84 | 2007-11-04 20:57:45 -0600 | [diff] [blame] | 21 | IOMMU support for PA Semi PWRficient |
Olof Johansson | 31c56d8 | 2007-02-04 16:36:55 -0600 | [diff] [blame] | 22 | |
Olof Johansson | af289e8 | 2007-10-03 13:03:54 -0500 | [diff] [blame] | 23 | config PPC_PASEMI_IOMMU_DMA_FORCE |
| 24 | bool "Force DMA engine to use IOMMU" |
| 25 | depends on PPC_PASEMI_IOMMU |
| 26 | help |
| 27 | This option forces the use of the IOMMU also for the |
| 28 | DMA engine. Otherwise the kernel will use it only when |
| 29 | running under a hypervisor. |
| 30 | |
| 31 | If in doubt, say "N". |
| 32 | |
Olof Johansson | 116ab40 | 2007-04-25 09:17:33 +1000 | [diff] [blame] | 33 | config PPC_PASEMI_MDIO |
| 34 | depends on PHYLIB |
| 35 | tristate "MDIO support via GPIO" |
| 36 | default y |
| 37 | help |
| 38 | Driver for MDIO via GPIO on PWRficient platforms |
| 39 | |
Olof Johansson | 31c56d8 | 2007-02-04 16:36:55 -0600 | [diff] [blame] | 40 | endmenu |