1# Copyright 2024 Junho Lee <junho@tsnlab.com> 2# SPDX-License-Identifier: Apache-2.0 3 4config SOC_BCM2712 5 bool 6 7config SOC 8 default "bcm2712" if SOC_BCM2712 9