summaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch/variants/jinlon/include/variant/ec.h
blob: c947821e2bac821bf4292d112a26090d4611fa89 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef VARIANT_EC_H
#define VARIANT_EC_H

#include <baseboard/ec.h>
#define EC_ENABLE_MULTIPLE_DPTF_PROFILES

#endif