summaryrefslogtreecommitdiff
path: root/amalthea/config.h
blob: 19afff6578d0f6b61007ea756af4d46b7855201a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Include all configuration files for Amalthea.
 *
 * Copyright (C) 2022 Google LLC
 */

#ifndef __AMALTHEA_CONFIG_H__
#define __AMALTHEA_CONFIG_H__

#define GXP_DRIVER_NAME "gxp_platform"

#define GXP_NUM_CORES 4

#include "csrs.h"

#endif /* __AMALTHEA_CONFIG_H__ */