blob: 92a08332a3cc46cacd84c21b977fe2323788d5a4 [file] [log] [blame]
Hatim RVf1cbca22012-12-11 00:52:49 +00001/*
2 * Copyright (C) 2012 Samsung Electronics
3 *
4 * Configuration settings for the SAMSUNG SMDK5250 board.
5 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02006 * SPDX-License-Identifier: GPL-2.0+
Hatim RVf1cbca22012-12-11 00:52:49 +00007 */
8
9#ifndef __CONFIG_SMDK_H
10#define __CONFIG_SMDK_H
11
Simon Glass4c7bb1d2014-10-07 22:01:44 -060012#include <configs/exynos5250-common.h>
Simon Glassbf637ea2015-08-03 08:19:29 -060013#include <configs/exynos5-dt-common.h>
14#include <configs/exynos5-common.h>
15
Simon Glassea743e62016-02-21 21:08:54 -070016#undef CONFIG_LCD
17#undef CONFIG_EXYNOS_FB
18#undef CONFIG_EXYNOS_DP
Simon Glassbf637ea2015-08-03 08:19:29 -060019#undef CONFIG_KEYBOARD
Hatim RVf1cbca22012-12-11 00:52:49 +000020
Simon Glassf94de732014-10-07 22:01:48 -060021#define CONFIG_BOARD_COMMON
Simon Glassf94de732014-10-07 22:01:48 -060022
Simon Glassf94de732014-10-07 22:01:48 -060023#define CONFIG_IDENT_STRING " for SMDK5250"
Simon Glassf94de732014-10-07 22:01:48 -060024#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
25
Hatim RVf1cbca22012-12-11 00:52:49 +000026#endif /* __CONFIG_SMDK_H */