b31afe1d27
Settings which defaults to `y` but is architecture related should have a arch dependency for safety reasons. Thefore add `if SPARC` to the SPARC_CASA Kconfig to ensure this setting is only enabled on the sparc arch. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
9 lines
150 B
Plaintext
9 lines
150 B
Plaintext
# Copyright (c) 2019-2020 Cobham Gaisler AB
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SPARC_CASA
|
|
default y if SPARC
|
|
|
|
config SOC_SPARC_LEON
|
|
bool
|