summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/mcc_config.h
blob: db3d3dcf80db271d1a2a927f94d69db5fe18a98c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * This is the main MCC configuration file
 *
 * Copyright (C) 2014 Freescale Semiconductor, Inc. All Rights Reserved.
 *
 *
 * SPDX-License-Identifier: GPL-2.0+ and/or BSD-3-Clause
 * The GPL-2.0+ license for this file can be found in the COPYING.GPL file
 * included with this distribution or at
 * http://www.gnu.org/licenses/gpl-2.0.html
 * The BSD-3-Clause License for this file can be found in the COPYING.BSD file
 * included with this distribution or at
 * http://opensource.org/licenses/BSD-3-Clause
 */

#ifndef __MCC_CONFIG__
#define __MCC_CONFIG__

#include <linux/mcc_config_linux.h>
#include <linux/mcc_common.h>

/* used OS */
#define MCC_OS_USED                    (MCC_LINUX)

#endif /* __MCC_CONFIG__ */