diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-06-02 09:54:45 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-06-02 09:54:45 +0000 |
commit | 48cd8188ef7736ff5e166e42805687f5ffd3b433 (patch) | |
tree | beff6bbb8ed5d2b2c53404a4d762f2b9fd6a2dd1 /target | |
parent | 72d88f2a488596f775ea5c3a23880854b252fb00 (diff) | |
download | upstream-48cd8188ef7736ff5e166e42805687f5ffd3b433.tar.gz upstream-48cd8188ef7736ff5e166e42805687f5ffd3b433.tar.bz2 upstream-48cd8188ef7736ff5e166e42805687f5ffd3b433.zip |
missing changes for pcie handling
SVN-Revision: 16294
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index 405e1690c4..37c9e2042e 100644 --- a/target/Config.in +++ b/target/Config.in @@ -20,6 +20,9 @@ config GPIO_SUPPORT config PCI_SUPPORT bool +config PCIE_SUPPORT + bool + config PCMCIA_SUPPORT bool |