summaryrefslogtreecommitdiff
path: root/chip/mt_scp/config_chip.h
blob: e9707f92a4fb0756a96072e7ff65bf215dc8f02c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright 2021 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#if defined(CHIP_VARIANT_MT8183) || defined(CHIP_VARIANT_MT8186)
#include "mt818x/config_chip.h"
#endif

#if defined(CHIP_VARIANT_MT8192) || defined(CHIP_VARIANT_MT8195)
#include "rv32i_common/config_chip.h"
#endif