rk-usb-loader is the tool advertised in the rockchip documentation to bootstrap a machine. So enable it in the defconfig. Signed-off-by: Uwe Kleine-König <uwe@xxxxxxxxxxxxxxxxx> --- arch/arm/configs/rockchip_v8_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/rockchip_v8_defconfig b/arch/arm/configs/rockchip_v8_defconfig index 941625394ccf..f1f418872385 100644 --- a/arch/arm/configs/rockchip_v8_defconfig +++ b/arch/arm/configs/rockchip_v8_defconfig @@ -157,3 +157,4 @@ CONFIG_FS_BPKFS=y CONFIG_FS_UIMAGEFS=y CONFIG_LZO_DECOMPRESS=y # CONFIG_MISSING_FIRMWARE_ERROR is not set +CONFIG_RK_USB_LOADER=y -- 2.47.1