]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/peach-pit.h
kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfig
[people/ms/u-boot.git] / include / configs / peach-pit.h
CommitLineData
8e4ab1d5
AS
1/*
2 * Copyright (C) 2013 Samsung Electronics
3 *
4 * Configuration settings for the SAMSUNG/GOOGLE PEACH-PIT board.
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8
9#ifndef __CONFIG_PEACH_PIT_H
10#define __CONFIG_PEACH_PIT_H
11
12#include <configs/exynos5-dt.h>
13
14#include <configs/exynos5420.h>
15
8e4ab1d5
AS
16
17/* select serial console configuration */
18#define CONFIG_SERIAL3 /* use SERIAL 3 */
19
20#define CONFIG_SYS_PROMPT "Peach # "
21#define CONFIG_IDENT_STRING " for Peach"
22
5cecf21f
AK
23#define CONFIG_VIDEO_PARADE
24
25/* Display */
26#define CONFIG_LCD
27#ifdef CONFIG_LCD
28#define CONFIG_EXYNOS_FB
29#define CONFIG_EXYNOS_DP
30#define LCD_BPP LCD_COLOR16
31#endif
32
8e4ab1d5 33#endif /* __CONFIG_PEACH_PIT_H */