diff options
Diffstat (limited to 'base/kernel/config')
-rw-r--r-- | base/kernel/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/kernel/config b/base/kernel/config index 23fd8fccd..67e03822b 100644 --- a/base/kernel/config +++ b/base/kernel/config @@ -306,8 +306,8 @@ CONFIG_HPET_TIMER=y CONFIG_HPET_EMULATE_RTC=y CONFIG_DMI=y # CONFIG_IOMMU_HELPER is not set -# CONFIG_IOMMU_API is not set -CONFIG_NR_CPUS=4 +CONFIG_IOMMU_API=y +CONFIG_NR_CPUS=16 CONFIG_SCHED_SMT=y CONFIG_SCHED_MC=y # CONFIG_PREEMPT_NONE is not set |