]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/powerpc/platforms/pasemi/Kconfig
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight
[linux-2.6-omap-h63xx.git] / arch / powerpc / platforms / pasemi / Kconfig
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
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
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
21 config PPC_PASEMI_MDIO
22         depends on PHYLIB
23         tristate "MDIO support via GPIO"
24         default y
25         help
26           Driver for MDIO via GPIO on PWRficient platforms
27
28 config ELECTRA_IDE
29       tristate "Electra IDE driver"
30       default y
31       depends on PPC_PASEMI && ATA
32       select PATA_PLATFORM
33       help
34         This includes driver support for the Electra on-board IDE
35         interface.
36
37 endmenu