]> git.baikalelectronics.ru Git - uboot.git/commit
drivers: usb: Fix config indentation
authorRuben Di Battista <rubendibattista@gmail.com>
Thu, 6 Aug 2020 10:12:30 +0000 (12:12 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 27 Aug 2020 15:20:33 +0000 (11:20 -0400)
commitf7ca5bbd80a2c66f6431d707d1df0b16289d62e0
tree17c15bc5ea5565b5726718aaa03c7b66c61c08d7
parentcdc89364144b66b20aea8e76cfcb5ddf62ee5258
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
```
drivers/usb/Kconfig