diff options
| author | Floris Bos <bos@je-eigen-domein.nl> | 2015-04-28 16:34:35 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-05-21 23:50:49 +0200 |
| commit | 7241aee4ed7d85659a0eb0f369d8a3a44ffc176e (patch) | |
| tree | 167113a12e070bc25c7a1299c3c7f6b35a010d36 /boot/barebox/Config.in | |
| parent | e34e12c5c3e0b851ac672603307ac300067ccf54 (diff) | |
| download | buildroot-7241aee4ed7d85659a0eb0f369d8a3a44ffc176e.tar.gz buildroot-7241aee4ed7d85659a0eb0f369d8a3a44ffc176e.zip | |
barebox: add option to specify config fragments
Signed-off-by: Floris Bos <bos@je-eigen-domein.nl>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
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 a250f3b344..53d80139b4 100644 --- a/boot/barebox/Config.in +++ b/boot/barebox/Config.in @@ -91,6 +91,12 @@ config BR2_TARGET_BAREBOX_CUSTOM_CONFIG_FILE help Path to the barebox configuration file +config BR2_TARGET_BAREBOX_CONFIG_FRAGMENT_FILES + string "Additional configuration fragment files" + help + A space-separated list of configuration fragment files, + that will be merged to the main Barebox configuration file. + config BR2_TARGET_BAREBOX_BAREBOXENV bool "bareboxenv tool in target" help |

