diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-11-10 23:28:58 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-11-10 23:28:58 +0000 |
commit | 298a8e2300599e7d2e557cf905b832662a170f8c (patch) | |
tree | 5242d9dd6d954a48d5f145f7dbc29711b9d00d87 /target | |
parent | c54fa281b1c7977f9e2d5dee5b163fe7d536bcf4 (diff) | |
download | upstream-298a8e2300599e7d2e557cf905b832662a170f8c.tar.gz upstream-298a8e2300599e7d2e557cf905b832662a170f8c.tar.bz2 upstream-298a8e2300599e7d2e557cf905b832662a170f8c.zip |
x86/generic: don't disable usbfs (#12452)
SVN-Revision: 34139
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/x86/generic/config-3.3 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/x86/generic/config-3.3 b/target/linux/x86/generic/config-3.3 index 0e42ceda66..eabcbf06f4 100644 --- a/target/linux/x86/generic/config-3.3 +++ b/target/linux/x86/generic/config-3.3 @@ -168,7 +168,6 @@ CONFIG_SERIAL_8250_PNP=y # CONFIG_TOSHIBA_BT_RFKILL is not set CONFIG_USB=y CONFIG_USB_COMMON=y -# CONFIG_USB_DEVICEFS is not set CONFIG_USB_EHCI_HCD=y # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set |