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