diff options
author | Nicolas Thill <nico@openwrt.org> | 2011-11-25 20:47:44 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2011-11-25 20:47:44 +0000 |
commit | c2bdcfd9f20572366c727b45aeeab8960198f19a (patch) | |
tree | f9d08f55e516633b5eadf796362ce8fc455909b0 /target/linux/generic/config-2.6.32 | |
parent | 32bb0a61ff60d2b8155bd65ccbcf96dfb91281f7 (diff) | |
download | upstream-c2bdcfd9f20572366c727b45aeeab8960198f19a.tar.gz upstream-c2bdcfd9f20572366c727b45aeeab8960198f19a.tar.bz2 upstream-c2bdcfd9f20572366c727b45aeeab8960198f19a.zip |
targets: fix CONFIG_USB_STORAGE_* inconsistency
* all options were switched from bool to tristate in 2.6.30
* add/change/move them to generic, disabled by default
* remove extinct CONFIG_USB_STORAGE_DPCM dropped in 2.6.29, merged with CONFIG_USB_STORAGE_SDDR09
* remove extinct CONFIG_USB_STORAGE_SIERRA option in 2.6
* cleanup ordering
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29337 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/config-2.6.32')
-rw-r--r-- | target/linux/generic/config-2.6.32 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/target/linux/generic/config-2.6.32 b/target/linux/generic/config-2.6.32 index 37a2714310..736a965c10 100644 --- a/target/linux/generic/config-2.6.32 +++ b/target/linux/generic/config-2.6.32 @@ -2658,10 +2658,18 @@ CONFIG_USB_SERIAL_SAFE_PADDED=y # CONFIG_USB_SPEEDTOUCH is not set # CONFIG_USB_STKWEBCAM is not set # CONFIG_USB_STORAGE is not set +# CONFIG_USB_STORAGE_ALAUDA is not set +# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set +# CONFIG_USB_STORAGE_DATAFAB is not set # CONFIG_USB_STORAGE_DEBUG is not set -CONFIG_USB_STORAGE_DPCM=y +# CONFIG_USB_STORAGE_FREECOM is not set +# CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE_JUMPSHOT is not set +# CONFIG_USB_STORAGE_KARMA is not set # CONFIG_USB_STORAGE_ONETOUCH is not set -# CONFIG_USB_STORAGE_SIERRA is not set +# CONFIG_USB_STORAGE_SDDR09 is not set +# CONFIG_USB_STORAGE_SDDR55 is not set +# CONFIG_USB_STORAGE_USBAT is not set # CONFIG_USB_STV06XX is not set # CONFIG_USB_STV680 is not set # CONFIG_USB_SUPPORT is not set |