blob: eb4dbc705b0654b771f4de03548084499185d854 [file] [log] [blame]
Kumar Gala35a12452007-03-16 09:14:08 -05001config 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
Olof Johansson31c56d82007-02-04 16:36:55 -060013menu "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
Olof Johansson116ab402007-04-25 09:17:33 +100022config PPC_PASEMI_MDIO
23 depends on PHYLIB
24 tristate "MDIO support via GPIO"
25 default y
26 help
27 Driver for MDIO via GPIO on PWRficient platforms
28
Olof Johansson31c56d82007-02-04 16:36:55 -060029endmenu