arm64: configs: Enable CONFIG_USB and CONFIG_USB_DWC3_GADGET for rk3399pro_npu

The driver of dwc3-rockchip depends on CONFIG_USB and
CONFIG_USB_DWC3_GADGE. To use the driver, need to enable
them.

Change-Id: Iddfbf1ac2b413aa33f5803ffcfc165ec3555937f
Signed-off-by: David Wu <david.wu@rock-chips.com>
This commit is contained in:
David.Wu
2018-12-04 19:30:25 +08:00
committed by Tao Huang
parent 45e40867e0
commit 80fb508ae6

View File

@@ -99,7 +99,9 @@ CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_REGULATOR_FAN53555=y
CONFIG_REGULATOR_SYR82X=y
# CONFIG_HID_GENERIC is not set
CONFIG_USB=y
CONFIG_USB_DWC3=y
CONFIG_USB_DWC3_GADGET=y
CONFIG_USB_GADGET=y
CONFIG_USB_CONFIGFS=y
CONFIG_USB_CONFIGFS_F_FS=y