-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 294198 b: refs/heads/master c: 7258cc1 h: refs/heads/master v: v3
- Loading branch information
Donghwa Lee
authored and
Florian Tobias Schandinat
committed
Feb 13, 2012
1 parent
8cf3516
commit 855e358
Showing
12 changed files
with
2,812 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 12fa8350244d73b6111ec9bc6c2fd5d49fa601b5 | ||
refs/heads/master: 7258cc14f310b912b6fea5421aedb9beb69d8581 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# | ||
# Exynos Video configuration | ||
# | ||
|
||
menuconfig EXYNOS_VIDEO | ||
bool "Exynos Video driver support" | ||
help | ||
This enables support for EXYNOS Video device. | ||
|
||
if EXYNOS_VIDEO | ||
|
||
# | ||
# MIPI DSI driver | ||
# | ||
|
||
config EXYNOS_MIPI_DSI | ||
bool "EXYNOS MIPI DSI driver support." | ||
depends on (ARCH_S5PV210 || ARCH_EXYNOS) | ||
help | ||
This enables support for MIPI-DSI device. | ||
|
||
endif # EXYNOS_VIDEO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# | ||
# Makefile for the exynos video drivers. | ||
# | ||
|
||
obj-$(CONFIG_EXYNOS_MIPI_DSI) += exynos_mipi_dsi.o exynos_mipi_dsi_common.o \ | ||
exynos_mipi_dsi_lowlevel.o |
Oops, something went wrong.