diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-05-09 17:08:51 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-05-09 17:08:51 +0000 |
commit | 60ef52b3f1e1c0467d30112409446f0388f19b7d (patch) | |
tree | 173efa927e8d6e9c9bdf375cf24c413d57b32de7 /target/linux/x86 | |
parent | f1b4cfe421dae522638d1fad5c3cbc90a8ae8edc (diff) | |
download | master-187ad058-60ef52b3f1e1c0467d30112409446f0388f19b7d.tar.gz master-187ad058-60ef52b3f1e1c0467d30112409446f0388f19b7d.tar.bz2 master-187ad058-60ef52b3f1e1c0467d30112409446f0388f19b7d.zip |
enable proper PCI & USB support detection at config-time by disabling CONFIG_PCI & CONFIG_USB entries in generic/config and enabling them on targets where appropriate
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11097 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/config-2.6.24 | 2 | ||||
-rw-r--r-- | target/linux/x86/config-2.6.25 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/x86/config-2.6.24 b/target/linux/x86/config-2.6.24 index 94e89e5bff..dbc658faf1 100644 --- a/target/linux/x86/config-2.6.24 +++ b/target/linux/x86/config-2.6.24 @@ -287,6 +287,7 @@ CONFIG_PCCARD=m CONFIG_PCCARD_NONSTATIC=m # CONFIG_PCIEPORTBUS is not set # CONFIG_PCIPCWATCHDOG is not set +CONFIG_PCI=y CONFIG_PCI_BIOS=y CONFIG_PCI_DIRECT=y CONFIG_PCI_DOMAINS=y @@ -384,6 +385,7 @@ CONFIG_SYSVIPC_SYSCTL=y # CONFIG_TYPHOON is not set CONFIG_UID16=y # CONFIG_USBPCWATCHDOG is not set +CONFIG_USB=m CONFIG_USB_EHCI_HCD=m CONFIG_USB_EHCI_SPLIT_ISO=y # CONFIG_USB_NET_DM9601 is not set diff --git a/target/linux/x86/config-2.6.25 b/target/linux/x86/config-2.6.25 index 51dda3827c..de9404d131 100644 --- a/target/linux/x86/config-2.6.25 +++ b/target/linux/x86/config-2.6.25 @@ -320,6 +320,7 @@ CONFIG_PCCARD=m CONFIG_PCCARD_NONSTATIC=m # CONFIG_PCIEPORTBUS is not set # CONFIG_PCIPCWATCHDOG is not set +CONFIG_PCI=y CONFIG_PCI_BIOS=y CONFIG_PCI_DIRECT=y CONFIG_PCI_DOMAINS=y @@ -415,6 +416,7 @@ CONFIG_SYSVIPC_SYSCTL=y # CONFIG_TYPHOON is not set CONFIG_UID16=y # CONFIG_USBPCWATCHDOG is not set +CONFIG_USB=m CONFIG_USB_EHCI_HCD=m # CONFIG_USB_NET_DM9601 is not set # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set |