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