diff options
author | John Crispin <blogic@openwrt.org> | 2014-10-14 11:03:36 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-10-14 11:03:36 +0000 |
commit | 863da1863cc34a4a347846bdf34d8358e99b8bd8 (patch) | |
tree | 2a3dae51ec70caf2402d432b1d8cf268520b7be0 /target | |
parent | 51fb19ec4772f5fc6be478fd7f6564e82e433496 (diff) | |
download | upstream-863da1863cc34a4a347846bdf34d8358e99b8bd8.tar.gz upstream-863da1863cc34a4a347846bdf34d8358e99b8bd8.tar.bz2 upstream-863da1863cc34a4a347846bdf34d8358e99b8bd8.zip |
lantiq: lantiq: enable pci bus
Signed-off-by: Eddi De Pieri <eddi@depieri.net>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42904 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/xrx200/config-default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/xrx200/config-default b/target/linux/lantiq/xrx200/config-default index 09dfbdd2a0..89afcf94a4 100644 --- a/target/linux/lantiq/xrx200/config-default +++ b/target/linux/lantiq/xrx200/config-default @@ -36,7 +36,7 @@ CONFIG_MTD_UBI_GLUEBI=y CONFIG_MTD_UBI_WL_THRESHOLD=4096 CONFIG_NLS=y CONFIG_PCIE_LANTIQ=y -# CONFIG_PCI_LANTIQ is not set +CONFIG_PCI_LANTIQ=y # CONFIG_PROC_DEVICETREE is not set # CONFIG_RCU_STALL_COMMON is not set CONFIG_RTL8306_PHY=y |