Skip to content

Commit 52a490e

Browse files
committed
ARM: configs: aspeed: Remove unused USB gadget devices
The HID and mass storage gadget devices are used for the OpenBMC Web UI's remote keyboard/mouse feature. The others are not required, so disable them. Signed-off-by: Joel Stanley <[email protected]>
1 parent 6c78800 commit 52a490e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

arch/arm/configs/aspeed_g5_defconfig

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -201,22 +201,10 @@ CONFIG_USB_EHCI_HCD=y
201201
CONFIG_USB_EHCI_ROOT_HUB_TT=y
202202
CONFIG_USB_EHCI_HCD_PLATFORM=y
203203
CONFIG_USB_GADGET=y
204-
CONFIG_U_SERIAL_CONSOLE=y
205204
CONFIG_USB_ASPEED_VHUB=y
206205
CONFIG_USB_CONFIGFS=y
207-
CONFIG_USB_CONFIGFS_SERIAL=y
208-
CONFIG_USB_CONFIGFS_ACM=y
209-
CONFIG_USB_CONFIGFS_OBEX=y
210-
CONFIG_USB_CONFIGFS_NCM=y
211-
CONFIG_USB_CONFIGFS_ECM=y
212-
CONFIG_USB_CONFIGFS_ECM_SUBSET=y
213-
CONFIG_USB_CONFIGFS_RNDIS=y
214-
CONFIG_USB_CONFIGFS_EEM=y
215206
CONFIG_USB_CONFIGFS_MASS_STORAGE=y
216-
CONFIG_USB_CONFIGFS_F_LB_SS=y
217-
CONFIG_USB_CONFIGFS_F_FS=y
218207
CONFIG_USB_CONFIGFS_F_HID=y
219-
CONFIG_USB_CONFIGFS_F_PRINTER=y
220208
CONFIG_MMC=y
221209
CONFIG_MMC_SDHCI=y
222210
CONFIG_MMC_SDHCI_PLTFM=y

0 commit comments

Comments
 (0)