diff options
Diffstat (limited to 'boot/barebox/Config.in')
-rw-r--r-- | boot/barebox/Config.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in index e25b14bd60..0bb19d36ad 100644 --- a/boot/barebox/Config.in +++ b/boot/barebox/Config.in @@ -66,4 +66,20 @@ endif source boot/barebox/barebox/Config.in +menuconfig BR2_TARGET_BAREBOX_AUX + bool "Build barebox with an auxiliary config" + help + Build barebox with an auxiliary configuration. + + Useful for building an SPL (Secondary Program Loader) in + addition to the traditional TPL (Tertiary Program Loader), + such as the X-Loader or MLO for Texas Instruments + processors. + +if BR2_TARGET_BAREBOX_AUX + +source boot/barebox/barebox-aux/Config.in + +endif + endif |