Akshay Saraswat | 8e4ab1d | 2014-06-18 17:53:58 +0530 | [diff] [blame] | 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 | |
Akshay Saraswat | 8e4ab1d | 2014-06-18 17:53:58 +0530 | [diff] [blame] | 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 | |
Ajay Kumar | 5cecf21 | 2014-09-05 16:53:38 +0530 | [diff] [blame] | 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 | |
Simon Glass | 5b9c8cb | 2014-10-07 22:01:41 -0600 | [diff] [blame] | 33 | #define CONFIG_POWER_TPS65090_EC |
Simon Glass | 98149d7 | 2014-10-07 22:01:42 -0600 | [diff] [blame^] | 34 | #define CONFIG_CROS_EC_SPI /* Support CROS_EC over SPI */ |
Simon Glass | 5b9c8cb | 2014-10-07 22:01:41 -0600 | [diff] [blame] | 35 | |
Akshay Saraswat | 8e4ab1d | 2014-06-18 17:53:58 +0530 | [diff] [blame] | 36 | #endif /* __CONFIG_PEACH_PIT_H */ |