diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-25 20:47:44 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-25 20:47:44 +0000 |
commit | db983883705ba057f36d36951234a735ef1b78b2 (patch) | |
tree | f9d08f55e516633b5eadf796362ce8fc455909b0 /target/linux/xburst/id800wt/config-2.6.36 | |
parent | 8f726f27e809444eee4403d11e4ce1c16d4c8c29 (diff) |
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/xburst/id800wt/config-2.6.36')
-rw-r--r-- | target/linux/xburst/id800wt/config-2.6.36 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/target/linux/xburst/id800wt/config-2.6.36 b/target/linux/xburst/id800wt/config-2.6.36 index 37bbc12bf9..a0e0acb0ff 100644 --- a/target/linux/xburst/id800wt/config-2.6.36 +++ b/target/linux/xburst/id800wt/config-2.6.36 @@ -33,11 +33,3 @@ CONFIG_USB=y # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set CONFIG_USB_OHCI_HCD=y CONFIG_USB_STORAGE=y -# CONFIG_USB_STORAGE_ALAUDA is not set -# CONFIG_USB_STORAGE_DATAFAB is not set -# CONFIG_USB_STORAGE_FREECOM is not set -# CONFIG_USB_STORAGE_JUMPSHOT is not set -# CONFIG_USB_STORAGE_KARMA is not set -# CONFIG_USB_STORAGE_SDDR09 is not set -# CONFIG_USB_STORAGE_SDDR55 is not set -# CONFIG_USB_STORAGE_USBAT is not set |