
On Mon, Jul 17, 2017 at 10:03 PM, Stefan Roese sr@denx.de wrote:
This patch adds the infrastructure to define different config headers with different configurations and default environment for the baseboards that can now be selected via Kconfig. The new configuration for the theadorable-x86-dfi-bt700 is also added.
Signed-off-by: Stefan Roese sr@denx.de Cc: Simon Glass sjg@chromium.org Cc: Bin Meng bmeng.cn@gmail.com
board/dfi/Kconfig | 17 ++++++-- board/dfi/dfi-bt700/Kconfig | 7 +--- board/dfi/dfi-bt700/MAINTAINERS | 1 + configs/dfi-bt700-q7x-151_defconfig | 2 +- configs/theadorable-x86-dfi-bt700_defconfig | 2 +- include/configs/theadorable-x86-dfi-bt700.h | 60 +++++++++++++++++++++++++++++ 6 files changed, 79 insertions(+), 10 deletions(-) create mode 100644 include/configs/theadorable-x86-dfi-bt700.h
Reviewed-by: Bin Meng bmeng.cn@gmail.com