diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-06 21:40:19 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-06 21:40:19 +0100 |
commit | 4fb67dbb958f3c3bea2b5bfe34d2ffbaa6ea6e40 (patch) | |
tree | 3d9cf3f4e55aa56548d095d17ccaeec2fc149552 /boot/barebox/Config.in | |
parent | 9639a9ab88f02c18f7d6994516e82a3489210249 (diff) |
barebox: add option to build bareboxenv for target
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot/barebox/Config.in')
-rw-r--r-- | boot/barebox/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in index 0c90f0382..a821c45c0 100644 --- a/boot/barebox/Config.in +++ b/boot/barebox/Config.in @@ -11,4 +11,10 @@ config BR2_TARGET_BAREBOX_BOARD_DEFCONFIG help Name of the board for which Barebox should be built, without the _defconfig suffix. + +config BR2_TARGET_BAREBOX_BAREBOXENV + bool "bareboxenv tool in target" + help + Install bareboxenv tool in target. + endif |