/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2013 Samsung Electronics * * Common configuration settings for the SAMSUNG EXYNOS boards. */ #ifndef __EXYNOS_COMMON_H #define __EXYNOS_COMMON_H #include /* get chip and board defs */ #include #include /* Keep L2 Cache Disabled */ /* input clock of PLL: 24MHz input clock */ /* select serial console configuration */ /* Miscellaneous configurable options */ #endif /* __CONFIG_H */