Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294200
b: refs/heads/master
c: e9474be
h: refs/heads/master
v: v3
  • Loading branch information
Jingoo Han authored and Florian Tobias Schandinat committed Feb 13, 2012
1 parent e418c81 commit 7810b0e
Show file tree
Hide file tree
Showing 8 changed files with 2,912 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9befe40f6e018e508b047eb76d189ede9b4ff03d
refs/heads/master: e9474be4eb6918c91cb0d296f9744e8ec0e08c11
7 changes: 7 additions & 0 deletions trunk/drivers/video/exynos/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,11 @@ config EXYNOS_LCD_S6E8AX0
If you have an S6E8AX0 MIPI AMOLED LCD Panel, say Y to enable its
LCD control driver.

config EXYNOS_DP
bool "EXYNOS DP driver support"
depends on ARCH_EXYNOS
default n
help
This enables support for DP device.

endif # EXYNOS_VIDEO
1 change: 1 addition & 0 deletions trunk/drivers/video/exynos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
obj-$(CONFIG_EXYNOS_MIPI_DSI) += exynos_mipi_dsi.o exynos_mipi_dsi_common.o \
exynos_mipi_dsi_lowlevel.o
obj-$(CONFIG_EXYNOS_LCD_S6E8AX0) += s6e8ax0.o
obj-$(CONFIG_EXYNOS_DP) += exynos_dp_core.o exynos_dp_reg.o
Loading

0 comments on commit 7810b0e

Please sign in to comment.