mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
4d2cab33d4
Following how it's done for the majority of drivers, add a new VIDEO_EXYNOS option and Kconfig file under drivers/video/exynos and list the current options there. Cc: Anatolij Gustschin <agust@denx.de> Cc: Jaehoon Chung <jh80.chung@samsung.com> Cc: Minkyu Kang <mk7.kang@samsung.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Minkyu Kang <mk7.kang@samsung.com>
15 lines
344 B
C
15 lines
344 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright (C) 2012 Samsung Electronics
|
|
*
|
|
* Configuration settings for the SAMSUNG SMDK5250 board.
|
|
*/
|
|
|
|
#ifndef __CONFIG_SMDK_H
|
|
#define __CONFIG_SMDK_H
|
|
|
|
#include <configs/exynos5250-common.h>
|
|
#include <configs/exynos5-dt-common.h>
|
|
#include <configs/exynos5-common.h>
|
|
|
|
#endif /* __CONFIG_SMDK_H */
|