Fixes issues with missing protection guards and selections in wrong files, and one case of missing bools on 2 fields Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
10 lines
149 B
Plaintext
10 lines
149 B
Plaintext
# Copyright (c) 2022-2024 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_INTEL_ACE15_MTPM
|
|
|
|
config MP_MAX_NUM_CPUS
|
|
default 3
|
|
|
|
endif
|