blob: 3af13673f2a01d39fa0aaebebbfaae8ad4b31247 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Hatim RVf1cbca22012-12-11 00:52:49 +00002/*
3 * Copyright (C) 2012 Samsung Electronics
4 *
5 * Configuration settings for the SAMSUNG SMDK5250 board.
Hatim RVf1cbca22012-12-11 00:52:49 +00006 */
7
8#ifndef __CONFIG_SMDK_H
9#define __CONFIG_SMDK_H
10
Simon Glass4c7bb1d2014-10-07 22:01:44 -060011#include <configs/exynos5250-common.h>
Simon Glassbf637ea2015-08-03 08:19:29 -060012#include <configs/exynos5-dt-common.h>
13#include <configs/exynos5-common.h>
14
Simon Glassea743e62016-02-21 21:08:54 -070015#undef CONFIG_EXYNOS_FB
16#undef CONFIG_EXYNOS_DP
Simon Glassbf637ea2015-08-03 08:19:29 -060017#undef CONFIG_KEYBOARD
Hatim RVf1cbca22012-12-11 00:52:49 +000018
Simon Glassf94de732014-10-07 22:01:48 -060019#define CONFIG_BOARD_COMMON
Simon Glassf94de732014-10-07 22:01:48 -060020
Hatim RVf1cbca22012-12-11 00:52:49 +000021#endif /* __CONFIG_SMDK_H */