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