diff options
Diffstat (limited to 'src/mainboard/iwill/dk8_htx/Kconfig')
-rw-r--r-- | src/mainboard/iwill/dk8_htx/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mainboard/iwill/dk8_htx/Kconfig b/src/mainboard/iwill/dk8_htx/Kconfig index bf09f74597..538e0fe92d 100644 --- a/src/mainboard/iwill/dk8_htx/Kconfig +++ b/src/mainboard/iwill/dk8_htx/Kconfig @@ -40,7 +40,7 @@ config DCACHE_RAM_GLOBAL_VAR_SIZE config APIC_ID_OFFSET hex - default 0x8 + default 0x10 depends on BOARD_IWILL_DK8_HTX config LB_CKS_RANGE_END @@ -118,3 +118,7 @@ config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID default 0x2b80 depends on BOARD_IWILL_DK8_HTX +config ACPI_SSDTX_NUM + int + default 3 + depends on BOARD_IWILL_DK8_HTX |