1# Copyright (c) 2016 Intel Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4config SOC_ZEPHYR_NIOS2F 5 bool 6 7config SOC 8 default "zephyr_nios2f" if SOC_ZEPHYR_NIOS2F 9