Removes re-defining some Kconfigs that are already defined e.g. in arch Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
12 lines
191 B
Text
12 lines
191 B
Text
# Copyright (c) 2022-2024 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_CYCLONEV
|
|
|
|
config NUM_IRQS
|
|
default 211
|
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|
default 231250000
|
|
|
|
endif
|