diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-01-28 18:42:50 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-02-02 20:55:45 +0100 |
commit | 6b04b2dda6bf87dc12650774aff3d99aa4290ff2 (patch) | |
tree | 7b13a9aed790d9d766fe8555eb99f08bafd79348 /package/uboot-tools/Config.in.host | |
parent | d06e802223b20a1ee3e365cbfbce4ae2ca7da1b6 (diff) |
uboot-tools: expose host package in menuconfig
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/uboot-tools/Config.in.host')
-rw-r--r-- | package/uboot-tools/Config.in.host | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/uboot-tools/Config.in.host b/package/uboot-tools/Config.in.host new file mode 100644 index 000000000..7a844e91c --- /dev/null +++ b/package/uboot-tools/Config.in.host @@ -0,0 +1,6 @@ +config BR2_PACKAGE_HOST_UBOOT_TOOLS + bool "host u-boot tools" + help + Companion tools for Das U-Boot bootloader. + + http://www.denx.de/wiki/U-Boot/WebHome |