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 | e3a42b23c6dacca7b8f58d125030ff0922ce0a4b (patch) | |
tree | 31c63bba02c9a0100b1cde13bdcdb64fc332f298 /target/linux/generic-2.6/config-2.6.23 | |
parent | 9b3eedabdb25e25316d3700e19c9186fb41417b5 (diff) | |
download | upstream-e3a42b23c6dacca7b8f58d125030ff0922ce0a4b.tar.gz upstream-e3a42b23c6dacca7b8f58d125030ff0922ce0a4b.tar.bz2 upstream-e3a42b23c6dacca7b8f58d125030ff0922ce0a4b.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
SVN-Revision: 11097
Diffstat (limited to 'target/linux/generic-2.6/config-2.6.23')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.23 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/config-2.6.23 b/target/linux/generic-2.6/config-2.6.23 index 418a1dd00c..b2860f9ce1 100644 --- a/target/linux/generic-2.6/config-2.6.23 +++ b/target/linux/generic-2.6/config-2.6.23 @@ -1005,7 +1005,7 @@ CONFIG_PATA_PLATFORM=m # CONFIG_PATA_WINBOND_VLB is not set # CONFIG_PC300TOO is not set # CONFIG_PCCARD is not set -CONFIG_PCI=y +# CONFIG_PCI is not set # CONFIG_PCI_ATMEL is not set CONFIG_PCI_HERMES=m # CONFIG_PCMCIA is not set @@ -1463,7 +1463,7 @@ CONFIG_UNIX=y CONFIG_UNIX98_PTYS=y # CONFIG_UNIXWARE_DISKLABEL is not set # CONFIG_UNUSED_SYMBOLS is not set -CONFIG_USB=m +# CONFIG_USB is not set # CONFIG_USB_ACECAD is not set CONFIG_USB_ACM=m # CONFIG_USB_ADUTUX is not set |