diff options
| author | Maxime Ripard <[email protected]> | 2017-09-07 10:46:24 +0200 |
|---|---|---|
| committer | Maxime Ripard <[email protected]> | 2017-10-03 19:12:05 +0200 |
| commit | 654b02b18c00c9c2d26f9cd7df53d27e9fc37e4f (patch) | |
| tree | 4bfd95f1f3872d99ce4238ce43752d96df211440 /configs/CHIP_defconfig | |
| parent | e02687bda96cc8ed942e14b558796d3043d24b23 (diff) | |
sunxi: imply USB_GADGET
A good number of our boards have USB_GADGET enabled. Imply it so that all
the boards can benefit from it, and remove some boilerplate from our
defconfigs.
Reviewed-by: Ćukasz Majewski <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
Diffstat (limited to 'configs/CHIP_defconfig')
| -rw-r--r-- | configs/CHIP_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/CHIP_defconfig b/configs/CHIP_defconfig index 7d50d0533dc..b9f70d240c3 100644 --- a/configs/CHIP_defconfig +++ b/configs/CHIP_defconfig @@ -22,6 +22,5 @@ CONFIG_AXP_ALDO4_VOLT=3300 CONFIG_USB_EHCI_HCD=y CONFIG_USB_MUSB_GADGET=y CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y -CONFIG_USB_GADGET=y CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_OF_LIBFDT_OVERLAY=y |
