summaryrefslogtreecommitdiff
path: root/board/intel
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2020-12-03 17:40:11 +0200
committerBin Meng <bmeng.cn@gmail.com>2020-12-16 13:50:42 +0800
commitd067fb763680815fec05c21533d2aa23523a8b10 (patch)
treedd49577cc473340d46ac84582292201bdd092f29 /board/intel
parent35d29a8f55bec00bd59ed1e35fb900198c27bdb1 (diff)
x86: edison: BINMAN selection is specific to the board
The platforms based on Intel Tangier may have different requirements how to create bootloader bundle to supply to a device. Currently the BINMAN approach is for Intel Edison only. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'board/intel')
-rw-r--r--board/intel/edison/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/intel/edison/Kconfig b/board/intel/edison/Kconfig
index 05d65445e4..23b2af4821 100644
--- a/board/intel/edison/Kconfig
+++ b/board/intel/edison/Kconfig
@@ -31,5 +31,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select INTEL_TANGIER
select BOARD_LATE_INIT
select MD5
+ imply BINMAN
endif