1# Copyright (c) 2019-2020 Cobham Gaisler AB 2# SPDX-License-Identifier: Apache-2.0 3 4config SOC_LEON3 5 bool 6 7config SOC 8 default "leon3" if SOC_LEON3 9 10rsource "../Kconfig.soc" 11