diff options
author | Michael Büsch <mb@bu3sch.de> | 2010-08-25 17:35:34 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2010-08-25 17:35:34 +0000 |
commit | 7a8066735d7694d6b782aa76daa6a3be8a7fb60c (patch) | |
tree | 92d5fc08a6a414786ca9f4849aa5b425d7622027 /target/Config.in | |
parent | 5106eb903abb9b14491e2b3eb7c79afe578d2642 (diff) | |
download | upstream-7a8066735d7694d6b782aa76daa6a3be8a7fb60c.tar.gz upstream-7a8066735d7694d6b782aa76daa6a3be8a7fb60c.tar.bz2 upstream-7a8066735d7694d6b782aa76daa6a3be8a7fb60c.zip |
Add usb gadget feature flag
SVN-Revision: 22798
Diffstat (limited to 'target/Config.in')
-rw-r--r-- | target/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index 48fd827326..21cc3a476f 100644 --- a/target/Config.in +++ b/target/Config.in @@ -34,6 +34,9 @@ config USB_SUPPORT select AUDIO_SUPPORT bool +config USB_GADGET_SUPPORT + bool + config BIG_ENDIAN bool |