]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/exynos5-dt-common.h
exynos: Enable new features for exynos5 boards
[karo-tx-uboot.git] / include / configs / exynos5-dt-common.h
1 /*
2  * Copyright (C) 2014 Google, Inc
3  *
4  * Configuration settings for generic Exynos 5 board
5  *
6  * SPDX-License-Identifier:     GPL-2.0+
7  */
8
9 #ifndef __CONFIG_EXYNOS5_DT_COMMON_H
10 #define __CONFIG_EXYNOS5_DT_COMMON_H
11
12 /* Console configuration */
13 #undef EXYNOS_DEVICE_SETTINGS
14 #define EXYNOS_DEVICE_SETTINGS \
15                 "stdin=serial,cros-ec-keyb\0" \
16                 "stdout=serial,lcd\0" \
17                 "stderr=serial,lcd\0"
18
19 #include "exynos5-common.h"
20
21 /* Enable keyboard */
22 #define CONFIG_KEYBOARD
23
24 #endif