Kumar Gala | 35a1245 | 2007-03-16 09:14:08 -0500 | [diff] [blame] | 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 |
Kumar Gala | 35a1245 | 2007-03-16 09:14:08 -0500 | [diff] [blame] | 7 | select PPC_NATIVE |
Olof Johansson | 0d72ba9 | 2007-09-08 05:13:19 +1000 | [diff] [blame] | 8 | select MPIC_BROKEN_REGREAD |
Kumar Gala | 35a1245 | 2007-03-16 09:14:08 -0500 | [diff] [blame] | 9 | help |
| 10 | This option enables support for PA Semi's PWRficient line |
| 11 | of SoC processors, including PA6T-1682M |
| 12 | |
Olof Johansson | 31c56d8 | 2007-02-04 16:36:55 -0600 | [diff] [blame] | 13 | menu "PA Semi PWRficient options" |
| 14 | depends on PPC_PASEMI |
| 15 | |
| 16 | config PPC_PASEMI_IOMMU |
| 17 | bool "PA Semi IOMMU support" |
| 18 | depends on PPC_PASEMI |
| 19 | help |
Olof Johansson | 0d08a84 | 2007-11-04 20:57:45 -0600 | [diff] [blame^] | 20 | IOMMU support for PA Semi PWRficient |
Olof Johansson | 31c56d8 | 2007-02-04 16:36:55 -0600 | [diff] [blame] | 21 | |
Olof Johansson | af289e8 | 2007-10-03 13:03:54 -0500 | [diff] [blame] | 22 | config PPC_PASEMI_IOMMU_DMA_FORCE |
| 23 | bool "Force DMA engine to use IOMMU" |
| 24 | depends on PPC_PASEMI_IOMMU |
| 25 | help |
| 26 | This option forces the use of the IOMMU also for the |
| 27 | DMA engine. Otherwise the kernel will use it only when |
| 28 | running under a hypervisor. |
| 29 | |
| 30 | If in doubt, say "N". |
| 31 | |
Olof Johansson | 116ab40 | 2007-04-25 09:17:33 +1000 | [diff] [blame] | 32 | config PPC_PASEMI_MDIO |
| 33 | depends on PHYLIB |
| 34 | tristate "MDIO support via GPIO" |
| 35 | default y |
| 36 | help |
| 37 | Driver for MDIO via GPIO on PWRficient platforms |
| 38 | |
Olof Johansson | 8fa336d | 2007-05-13 00:50:41 +1000 | [diff] [blame] | 39 | config ELECTRA_IDE |
| 40 | tristate "Electra IDE driver" |
| 41 | default y |
| 42 | depends on PPC_PASEMI && ATA |
| 43 | select PATA_PLATFORM |
| 44 | help |
| 45 | This includes driver support for the Electra on-board IDE |
| 46 | interface. |
| 47 | |
Olof Johansson | 31c56d8 | 2007-02-04 16:36:55 -0600 | [diff] [blame] | 48 | endmenu |