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