diff options
| author | Sam Protsenko <[email protected]> | 2016-04-01 21:27:50 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-04-11 12:44:37 -0400 |
| commit | 4861be7e68e6cf1359389837be174dbb40d07533 (patch) | |
| tree | cdc5a6935fb320e9361b1a21b483528a73b33d96 | |
| parent | c00c29d8f70533b8b59e48be207027e58c735d2b (diff) | |
arm: socfpga: sr1500: Remove USB_GADGET
"buildman" tool revealed that USB_GADGET was enabled by mistake for this
board in process of moving that option to Kconfig. Remove it to bring
things back to correct state.
Signed-off-by: Sam Protsenko <[email protected]>
Acked-by: Stefan Roese <[email protected]>
| -rw-r--r-- | configs/socfpga_sr1500_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/socfpga_sr1500_defconfig b/configs/socfpga_sr1500_defconfig index ec57746b23c..83eada33437 100644 --- a/configs/socfpga_sr1500_defconfig +++ b/configs/socfpga_sr1500_defconfig @@ -22,5 +22,3 @@ CONFIG_DM_ETH=y CONFIG_ETH_DESIGNWARE=y CONFIG_SYS_NS16550=y CONFIG_CADENCE_QSPI=y -CONFIG_USB=y -CONFIG_USB_GADGET=y |
