diff options
Diffstat (limited to 'src/mainboard/dell/s1850')
-rw-r--r-- | src/mainboard/dell/s1850/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/dell/s1850/Kconfig b/src/mainboard/dell/s1850/Kconfig index 834e867750..7ef9d24f87 100644 --- a/src/mainboard/dell/s1850/Kconfig +++ b/src/mainboard/dell/s1850/Kconfig @@ -44,12 +44,12 @@ config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID config MAX_CPUS int - default 2 + default 4 depends on BOARD_DELL_S1850 config MAX_PHYSICAL_CPUS int - default 2 + default 1 depends on BOARD_DELL_S1850 config USE_INIT |