diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2019-11-19 13:56:16 +0530 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-11-23 22:29:49 +0800 |
commit | 132b012edef93855204243d6f0a7380e11a78392 (patch) | |
tree | c5e8a21b0b9df15f54e56e812e433216e228373b /configs/evb-rk3229_defconfig | |
parent | 89cbceb3888b665b39967a7b9035efedf2708ad3 (diff) | |
download | u-boot-132b012edef93855204243d6f0a7380e11a78392.tar.gz |
gadget: rockchip: USB_GADGET_PRODUCT_NUM
Rockchip support differnet or common gadget product number
between Rockchip SoCs like,
0x310a - rk3036
0x320a - rk3229, rk3288
0x330a - rk3328
So, select them on Kconfig based on platform specific
config defined.
This eventually drop the explicit configs defined in
supporting board defconfig files.
Tested-by: Levin Du <djw@t-chip.com.cn>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs/evb-rk3229_defconfig')
-rw-r--r-- | configs/evb-rk3229_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/evb-rk3229_defconfig b/configs/evb-rk3229_defconfig index 2dbf5bcca0..e3a9177dfb 100644 --- a/configs/evb-rk3229_defconfig +++ b/configs/evb-rk3229_defconfig @@ -64,7 +64,6 @@ CONFIG_DEBUG_UART_SHIFT=2 CONFIG_SYSRESET=y CONFIG_USB=y CONFIG_USB_GADGET=y -CONFIG_USB_GADGET_PRODUCT_NUM=0x320a CONFIG_USB_GADGET_DWC2_OTG=y CONFIG_TPL_TINY_MEMSET=y CONFIG_ERRNO_STR=y |