mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 15:34:43 +02:00
missing changes for pcie handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16294 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fb4bc75c87
commit
3d36ec12d9
@ -155,6 +155,7 @@ sub target_config_features(@) {
|
|||||||
/display/ and $ret .= "\tselect DISPLAY_SUPPORT\n";
|
/display/ and $ret .= "\tselect DISPLAY_SUPPORT\n";
|
||||||
/gpio/ and $ret .= "\tselect GPIO_SUPPORT\n";
|
/gpio/ and $ret .= "\tselect GPIO_SUPPORT\n";
|
||||||
/pci/ and $ret .= "\tselect PCI_SUPPORT\n";
|
/pci/ and $ret .= "\tselect PCI_SUPPORT\n";
|
||||||
|
/pcie/ and $ret .= "\tselect PCIE_SUPPORT\n";
|
||||||
/usb/ and $ret .= "\tselect USB_SUPPORT\n";
|
/usb/ and $ret .= "\tselect USB_SUPPORT\n";
|
||||||
/pcmcia/ and $ret .= "\tselect PCMCIA_SUPPORT\n";
|
/pcmcia/ and $ret .= "\tselect PCMCIA_SUPPORT\n";
|
||||||
/squashfs/ and $ret .= "\tselect USES_SQUASHFS\n";
|
/squashfs/ and $ret .= "\tselect USES_SQUASHFS\n";
|
||||||
|
@ -20,6 +20,9 @@ config GPIO_SUPPORT
|
|||||||
config PCI_SUPPORT
|
config PCI_SUPPORT
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
config PCIE_SUPPORT
|
||||||
|
bool
|
||||||
|
|
||||||
config PCMCIA_SUPPORT
|
config PCMCIA_SUPPORT
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user