aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/h8qme_fam10/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/supermicro/h8qme_fam10/Kconfig')
-rw-r--r--src/mainboard/supermicro/h8qme_fam10/Kconfig10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/mainboard/supermicro/h8qme_fam10/Kconfig b/src/mainboard/supermicro/h8qme_fam10/Kconfig
index 510ce617e3..13eff4dd80 100644
--- a/src/mainboard/supermicro/h8qme_fam10/Kconfig
+++ b/src/mainboard/supermicro/h8qme_fam10/Kconfig
@@ -4,6 +4,7 @@ config BOARD_SUPERMICRO_H8QME_FAM10
select CPU_AMD_SOCKET_F_1207
select NORTHBRIDGE_AMD_AMDFAM10
select NORTHBRIDGE_AMD_AMDFAM10_ROOT_COMPLEX
+ select SOUTHBRIDGE_AMD_AMD8132
select SOUTHBRIDGE_NVIDIA_MCP55
select SUPERIO_WINBOND_W83627HF
select HAVE_PIRQ_TABLE
@@ -49,7 +50,7 @@ config RAMTOP
config HEAP_SIZE
hex
- default 0xc0000
+ default 0xff000
depends on BOARD_SUPERMICRO_H8QME_FAM10
config APIC_ID_OFFSET
@@ -134,10 +135,15 @@ config AMD_UCODE_PATCH_FILE
config SERIAL_CPU_INIT
bool
- default n
+ default y
depends on BOARD_SUPERMICRO_H8QME_FAM10
config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
hex
default 0x1511
depends on BOARD_SUPERMICRO_H8QME_FAM10
+
+config STACK_SIZE
+ hex
+ default 0x10000
+ depends on BOARD_SUPERMICRO_H8QME_FAM10