diff options
author | John Crispin <blogic@openwrt.org> | 2012-05-11 12:47:30 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-05-21 09:31:52 -0400 |
commit | 57c8cb8f242988b8048a7058cd1edde025c6f232 (patch) | |
tree | 980f3ad2b686d8959312d9a5858b879aa58bcd49 /arch/mips/lantiq | |
parent | ddd4eeca961cc6b1d57e0ca2f264403d690b6882 (diff) |
MIPS: pci: convert lantiq driver to OF
Implement support for OF inside the lantiq PCI driver. The patch also splits
pcibios_plat_dev_init and pcibios_map_irq out into their own file to accomodate
coexistance with the upcoming pcie driver.
Signed-off-by: John Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3806/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lantiq')
-rw-r--r-- | arch/mips/lantiq/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/mips/lantiq/Kconfig b/arch/mips/lantiq/Kconfig index 9485fe54752b..7389098fd983 100644 --- a/arch/mips/lantiq/Kconfig +++ b/arch/mips/lantiq/Kconfig | |||
@@ -18,7 +18,6 @@ config SOC_XWAY | |||
18 | select HW_HAS_PCI | 18 | select HW_HAS_PCI |
19 | endchoice | 19 | endchoice |
20 | 20 | ||
21 | |||
22 | choice | 21 | choice |
23 | prompt "Devicetree" | 22 | prompt "Devicetree" |
24 | 23 | ||
@@ -27,4 +26,8 @@ config DT_EASY50712 | |||
27 | depends on SOC_XWAY | 26 | depends on SOC_XWAY |
28 | endchoice | 27 | endchoice |
29 | 28 | ||
29 | config PCI_LANTIQ | ||
30 | bool "PCI Support" | ||
31 | depends on SOC_XWAY && PCI | ||
32 | |||
30 | endif | 33 | endif |