diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-01-25 07:56:01 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-01-25 07:56:01 +0000 |
commit | 29647d97c5e66484ab5c8b56ede57329ab5410c4 (patch) | |
tree | 465c55984cd67c4e74c3b740db47531f256d018d /src/mainboard/kontron | |
parent | 480b37f8e9b16efd3b9a91def3d3007241126833 (diff) |
Align several kconfig options to match newconfig:
HT_CHAIN_UNITID_BASE
HT_CHAIN_END_UNITID_BASE
SB_HT_CHAIN_ON_BUS0
SB_HT_CHAIN_UNITID_OFFSET_ONLY
MAX_CPUS
MAX_PHYSICAL_CPUS
ROM_SIZE
TSC_X86RDTSC_CALIBRATE_WITH_TIMER2
Also hook up asus/p2b-ds
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5051 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/kontron')
-rw-r--r-- | src/mainboard/kontron/986lcd-m/Kconfig | 5 | ||||
-rw-r--r-- | src/mainboard/kontron/kt690/Kconfig | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/mainboard/kontron/986lcd-m/Kconfig b/src/mainboard/kontron/986lcd-m/Kconfig index b7b9a8fa23..c0a01dcc68 100644 --- a/src/mainboard/kontron/986lcd-m/Kconfig +++ b/src/mainboard/kontron/986lcd-m/Kconfig @@ -62,6 +62,11 @@ config IRQ_SLOT_COUNT default 18 depends on BOARD_KONTRON_986LCD_M +config MAX_CPUS + int + default 4 + depends on BOARD_KONTRON_986LCD_M + config MAX_PHYSICAL_CPUS int default 2 diff --git a/src/mainboard/kontron/kt690/Kconfig b/src/mainboard/kontron/kt690/Kconfig index 9999ca686a..6615fc7596 100644 --- a/src/mainboard/kontron/kt690/Kconfig +++ b/src/mainboard/kontron/kt690/Kconfig @@ -15,7 +15,7 @@ config BOARD_KONTRON_KT690 select USE_DCACHE_RAM select HAVE_HARD_RESET select HAVE_ACPI_TABLES - select BOARD_ROMSIZE_KB_512 + select BOARD_ROMSIZE_KB_1024 select SB_HT_CHAIN_UNITID_OFFSET_ONLY config MAINBOARD_DIR |