Rajeshwari Shinde | c333ac9 | 2013-02-28 01:40:42 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2013 Samsung Electronics |
| 3 | * |
| 4 | * Configuration settings for the SAMSUNG EXYNOS5 Snow board. |
| 5 | * |
Wolfgang Denk | d79de1d | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 6 | * SPDX-License-Identifier: GPL-2.0+ |
Rajeshwari Shinde | c333ac9 | 2013-02-28 01:40:42 +0000 | [diff] [blame] | 7 | */ |
| 8 | |
| 9 | #ifndef __CONFIG_SNOW_H |
| 10 | #define __CONFIG_SNOW_H |
| 11 | |
Simon Glass | be16500 | 2014-10-07 22:01:44 -0600 | [diff] [blame] | 12 | #include <configs/exynos5250-common.h> |
Simon Glass | fbff18d | 2014-10-07 22:01:47 -0600 | [diff] [blame^] | 13 | #include <configs/exynos5-dt-common.h> |
| 14 | |
Rajeshwari Shinde | c333ac9 | 2013-02-28 01:40:42 +0000 | [diff] [blame] | 15 | |
Simon Glass | fbff18d | 2014-10-07 22:01:47 -0600 | [diff] [blame^] | 16 | #define CONFIG_CROS_EC_I2C /* Support CROS_EC over I2C */ |
| 17 | #define CONFIG_POWER_TPS65090_I2C |
Rajeshwari Shinde | c333ac9 | 2013-02-28 01:40:42 +0000 | [diff] [blame] | 18 | |
Rajeshwari Shinde | c333ac9 | 2013-02-28 01:40:42 +0000 | [diff] [blame] | 19 | #endif /* __CONFIG_SNOW_H */ |