Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294199
b: refs/heads/master
c: 9befe40
h: refs/heads/master
i:
  294197: 8cf3516
  294195: 401fcf4
  294191: 5fbab75
v: v3
  • Loading branch information
Donghwa Lee authored and Florian Tobias Schandinat committed Feb 13, 2012
1 parent 855e358 commit e418c81
Show file tree
Hide file tree
Showing 5 changed files with 930 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7258cc14f310b912b6fea5421aedb9beb69d8581
refs/heads/master: 9befe40f6e018e508b047eb76d189ede9b4ff03d
10 changes: 9 additions & 1 deletion trunk/drivers/video/exynos/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,16 @@ if EXYNOS_VIDEO

config EXYNOS_MIPI_DSI
bool "EXYNOS MIPI DSI driver support."
depends on (ARCH_S5PV210 || ARCH_EXYNOS)
depends on ARCH_S5PV210 || ARCH_EXYNOS
help
This enables support for MIPI-DSI device.

config EXYNOS_LCD_S6E8AX0
bool "S6E8AX0 MIPI AMOLED LCD Driver"
depends on (EXYNOS_MIPI_DSI && BACKLIGHT_CLASS_DEVICE && LCD_CLASS_DEVICE)
default n
help
If you have an S6E8AX0 MIPI AMOLED LCD Panel, say Y to enable its
LCD control driver.

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 @@ -4,3 +4,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
Loading

0 comments on commit e418c81

Please sign in to comment.