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