From 4861be7e68e6cf1359389837be174dbb40d07533 Mon Sep 17 00:00:00 2001 From: Sam Protsenko Date: Fri, 1 Apr 2016 21:27:50 +0300 Subject: [PATCH] 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 Acked-by: Stefan Roese --- configs/socfpga_sr1500_defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/configs/socfpga_sr1500_defconfig b/configs/socfpga_sr1500_defconfig index ec57746..83eada3 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