2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2014-10-08 04:01:45 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2013 Samsung Electronics
|
|
|
|
*
|
|
|
|
* Common configuration settings for the SAMSUNG EXYNOS boards.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __EXYNOS_COMMON_H
|
|
|
|
#define __EXYNOS_COMMON_H
|
|
|
|
|
|
|
|
#include <asm/arch/cpu.h> /* get chip and board defs */
|
|
|
|
#include <linux/sizes.h>
|
2020-05-10 17:40:09 +00:00
|
|
|
#include <linux/stringify.h>
|
2014-10-08 04:01:45 +00:00
|
|
|
|
|
|
|
/* Keep L2 Cache Disabled */
|
|
|
|
|
|
|
|
/* input clock of PLL: 24MHz input clock */
|
|
|
|
|
|
|
|
/* select serial console configuration */
|
|
|
|
|
|
|
|
/* Miscellaneous configurable options */
|
|
|
|
|
|
|
|
#endif /* __CONFIG_H */
|