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