diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2016-05-11 07:45:07 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-05-23 15:18:00 +0800 |
commit | da944391e8eddbd1675e980f4aba14be792177b1 (patch) | |
tree | e24e5d2fafd61880822a46834531fdadc76d487b /configs/conga-qeval20-qa3-e3845_defconfig | |
parent | 5a6a2c714e74ba18ebd6f890f5f60dc7f0bb0a72 (diff) |
x86: baytrail: Enable SeaBIOS on all boards
SeaBIOS can be loaded by U-Boot to aid the installation of Ubuntu
and Windows to a SATA drive and boot from there. Enable it on all
BayTrail boards.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/conga-qeval20-qa3-e3845_defconfig')
-rw-r--r-- | configs/conga-qeval20-qa3-e3845_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/conga-qeval20-qa3-e3845_defconfig b/configs/conga-qeval20-qa3-e3845_defconfig index 26f416c431f..64fd7c9cff4 100644 --- a/configs/conga-qeval20-qa3-e3845_defconfig +++ b/configs/conga-qeval20-qa3-e3845_defconfig @@ -9,6 +9,7 @@ CONFIG_HAVE_VGA_BIOS=y CONFIG_GENERATE_PIRQ_TABLE=y CONFIG_GENERATE_MP_TABLE=y CONFIG_GENERATE_ACPI_TABLE=y +CONFIG_SEABIOS=y CONFIG_FIT=y CONFIG_FIT_SIGNATURE=y CONFIG_BOOTSTAGE=y |