summaryrefslogtreecommitdiffstats
path: root/scripts/Kconfig
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-10-11 16:55:06 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-11-10 08:56:31 +0100
commit2eb68ed872c25b4d8223a4e0e56c59eae836ba36 (patch)
treedb5be849f96bb0a8da1c630653a2026ea7d7b070 /scripts/Kconfig
parentb3bfd87c7ee3e41179f71f2387dc379bfd855687 (diff)
downloadbarebox-2eb68ed872c25b4d8223a4e0e56c59eae836ba36.tar.gz
barebox-2eb68ed872c25b4d8223a4e0e56c59eae836ba36.tar.xz
scripts: add target tool for rk-usb-loader
Having rk-usb-loader as a target tool as well makes it easy to cross-compile it. Add the boilerplate. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts/Kconfig')
-rw-r--r--scripts/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/Kconfig b/scripts/Kconfig
index b633e3011f..9b744deba9 100644
--- a/scripts/Kconfig
+++ b/scripts/Kconfig
@@ -175,4 +175,11 @@ config OMAP4_USBBOOT_TARGET
Say Y here to build the omap4 usb loader tool for the target.
The cross toolchain needs libusb-1.0 to compile this tool.
+config RK_USB_LOADER_TARGET
+ bool "Rockchip USB loader for target"
+ depends on HAS_TARGET_LIBUSB_1_0
+ help
+ Say Y here to build the rockchip usb loader tool for the target.
+ The cross toolchain needs libusb-1.0 to compile this tool.
+
endmenu