2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2012-12-11 00:52:49 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2012 Samsung Electronics
|
|
|
|
*
|
|
|
|
* Configuration settings for the SAMSUNG SMDK5250 board.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __CONFIG_SMDK_H
|
|
|
|
#define __CONFIG_SMDK_H
|
|
|
|
|
2014-10-08 04:01:44 +00:00
|
|
|
#include <configs/exynos5250-common.h>
|
2015-08-03 14:19:29 +00:00
|
|
|
#include <configs/exynos5-dt-common.h>
|
|
|
|
#include <configs/exynos5-common.h>
|
2012-12-11 00:52:49 +00:00
|
|
|
|
2016-02-22 04:08:54 +00:00
|
|
|
#undef CONFIG_EXYNOS_FB
|
|
|
|
#undef CONFIG_EXYNOS_DP
|
2015-08-03 14:19:29 +00:00
|
|
|
#undef CONFIG_KEYBOARD
|
2014-10-08 04:01:48 +00:00
|
|
|
|
2015-08-03 14:19:29 +00:00
|
|
|
#define CONFIG_BOARD_COMMON
|
2014-10-08 04:01:48 +00:00
|
|
|
|
|
|
|
#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
|
|
|
|
|
2012-12-11 00:52:49 +00:00
|
|
|
#endif /* __CONFIG_SMDK_H */
|