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

#ifndef __MAINBOARD_EC_H__
#define __MAINBOARD_EC_H__

#include <baseboard/ec.h>

#define EC_ENABLE_MULTIPLE_DPTF_PROFILES /* Config for multi-DPTF profiles */

#endif /* __MAINBOARD_EC_H__ */