diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-03-11 09:50:11 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-03-11 09:50:11 +0000 |
commit | e1863691d9b67e4e449d5725da41abcba95483e4 (patch) | |
tree | 23dd180bd06f1507b7160ebe8b47f9dd7c5f0841 /target/linux/ubicom32 | |
parent | 40bc5ef23442a5a075d2597626b6ba74586aec1b (diff) | |
download | upstream-e1863691d9b67e4e449d5725da41abcba95483e4.tar.gz upstream-e1863691d9b67e4e449d5725da41abcba95483e4.tar.bz2 upstream-e1863691d9b67e4e449d5725da41abcba95483e4.zip |
do *not* enable CONFIG_PCI in generic config, but on targets where it makes sense instead (partially revert [18370])
SVN-Revision: 20136
Diffstat (limited to 'target/linux/ubicom32')
-rwxr-xr-x | target/linux/ubicom32/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ubicom32/config-default b/target/linux/ubicom32/config-default index 47cb52995b..57dbce039b 100755 --- a/target/linux/ubicom32/config-default +++ b/target/linux/ubicom32/config-default @@ -126,6 +126,7 @@ CONFIG_OCM_MODULES_RESERVATION=41 CONFIG_OLD_40400010_SYSTEM_CALL=y # CONFIG_PACKET_MMAP is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PCI_DEV0_IDSEL=0x001000000 CONFIG_PCI_DEV1_IDSEL=0x002000000 CONFIG_PRINTK_TIME=y |