
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-conga-qa3-e3845 is also added. Also the new defconfig file for this new target is added.
Signed-off-by: Stefan Roese sr@denx.de Cc: Simon Glass sjg@chromium.org Cc: Bin Meng bmeng.cn@gmail.com
board/congatec/Kconfig | 11 ++++ board/congatec/conga-qeval20-qa3-e3845/Kconfig | 7 +- board/congatec/conga-qeval20-qa3-e3845/MAINTAINERS | 2 + configs/theadorable-x86-conga-qa3-e3845_defconfig | 77 ++++++++++++++++++++++ include/configs/theadorable-x86-conga-qa3-e3845.h | 54 +++++++++++++++ 5 files changed, 146 insertions(+), 5 deletions(-) create mode 100644 configs/theadorable-x86-conga-qa3-e3845_defconfig create mode 100644 include/configs/theadorable-x86-conga-qa3-e3845.h
Reviewed-by: Bin Meng bmeng.cn@gmail.com