commit | 2b212557da0cdb629844ba78cffe5fa27c271e81 | [log] [tgz] |
---|---|---|
author | Ruben Di Battista <rubendibattista@gmail.com> | Thu Aug 06 12:12:30 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 27 11:20:33 2020 -0400 |
tree | 17c15bc5ea5565b5726718aaa03c7b66c61c08d7 | |
parent | d7d908f621eb900bcc439644057efa2e280682a1 [diff] |
drivers: usb: Fix config indentation The indentation was messing up with the scripts/build-whitelist.sh that was marking SYS_USB_EVENT_POLL_VIA_INT_QUEUE (and probably also the other indented options) erroneously as ad-hoc configure option with the following error: ``` Error: You must add new CONFIG options using Kconfig The following new ad-hoc CONFIG options were detected: CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE ```