diff options
Diffstat (limited to 'arch/powerpc/platforms/pasemi/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/pasemi/Kconfig | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/arch/powerpc/platforms/pasemi/Kconfig b/arch/powerpc/platforms/pasemi/Kconfig index 735e1536cbfc..348e0619e3e5 100644 --- a/arch/powerpc/platforms/pasemi/Kconfig +++ b/arch/powerpc/platforms/pasemi/Kconfig | |||
@@ -3,6 +3,7 @@ config PPC_PASEMI | |||
3 | bool "PA Semi SoC-based platforms" | 3 | bool "PA Semi SoC-based platforms" |
4 | default n | 4 | default n |
5 | select MPIC | 5 | select MPIC |
6 | select PCI | ||
6 | select PPC_UDBG_16550 | 7 | select PPC_UDBG_16550 |
7 | select PPC_NATIVE | 8 | select PPC_NATIVE |
8 | select MPIC_BROKEN_REGREAD | 9 | select MPIC_BROKEN_REGREAD |
@@ -17,7 +18,7 @@ config PPC_PASEMI_IOMMU | |||
17 | bool "PA Semi IOMMU support" | 18 | bool "PA Semi IOMMU support" |
18 | depends on PPC_PASEMI | 19 | depends on PPC_PASEMI |
19 | help | 20 | help |
20 | IOMMU support for PA6T-1682M | 21 | IOMMU support for PA Semi PWRficient |
21 | 22 | ||
22 | config PPC_PASEMI_IOMMU_DMA_FORCE | 23 | config PPC_PASEMI_IOMMU_DMA_FORCE |
23 | bool "Force DMA engine to use IOMMU" | 24 | bool "Force DMA engine to use IOMMU" |
@@ -36,13 +37,4 @@ config PPC_PASEMI_MDIO | |||
36 | help | 37 | help |
37 | Driver for MDIO via GPIO on PWRficient platforms | 38 | Driver for MDIO via GPIO on PWRficient platforms |
38 | 39 | ||
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 | |||
48 | endmenu | 40 | endmenu |