From 7a128cb9c394837c67b63705f048e715755738de Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 23 Nov 2016 21:00:05 -0700 Subject: configs: Add some sample default configuration files Test some config options that don't typically get tested. Change-Id: Ie05c99411c8ce6462a6f5502b086ee2b72a4324b Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/17591 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- configs/config.emulation_qemu_x86_i440fx_debug | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 configs/config.emulation_qemu_x86_i440fx_debug (limited to 'configs/config.emulation_qemu_x86_i440fx_debug') diff --git a/configs/config.emulation_qemu_x86_i440fx_debug b/configs/config.emulation_qemu_x86_i440fx_debug new file mode 100644 index 000000000000..ffca28bfb575 --- /dev/null +++ b/configs/config.emulation_qemu_x86_i440fx_debug @@ -0,0 +1,10 @@ +CONFIG_GDB_STUB=y +CONFIG_GDB_WAIT=y +CONFIG_FATAL_ASSERTS=y +CONFIG_DEBUG_CBFS=y +CONFIG_DEBUG_PIRQ=y +CONFIG_DEBUG_MALLOC=y +CONFIG_DEBUG_ACPI=y +CONFIG_TRACE=y +CONFIG_DEBUG_BOOT_STATE=y +CONFIG_DEBUG_ADA_CODE=y -- cgit v1.2.3