diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-02 09:54:45 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-02 09:54:45 +0000 |
commit | 3d36ec12d93b966811c02c90c62ad9a2696f71f7 (patch) | |
tree | 3171bb2b5a25a5e2af1133e01ad9a337c8c1db68 /target | |
parent | fb4bc75c879eab92af2c9166380b9216a829553a (diff) |
missing changes for pcie handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16294 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |