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>
diff --git a/arch/x86/cpu/tangier/Kconfig b/arch/x86/cpu/tangier/Kconfig
index 571470c..d2b7ede 100644
--- a/arch/x86/cpu/tangier/Kconfig
+++ b/arch/x86/cpu/tangier/Kconfig
@@ -12,7 +12,6 @@
imply MMC_SDHCI_TANGIER
imply USB
imply USB_DWC3
- imply BINMAN
if INTEL_TANGIER
diff --git a/board/intel/edison/Kconfig b/board/intel/edison/Kconfig
index 05d6544..23b2af4 100644
--- a/board/intel/edison/Kconfig
+++ b/board/intel/edison/Kconfig
@@ -31,5 +31,6 @@
select INTEL_TANGIER
select BOARD_LATE_INIT
select MD5
+ imply BINMAN
endif