Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 12 changed files with 2,812 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: 12fa8350244d73b6111ec9bc6c2fd5d49fa601b5
refs/heads/master: 7258cc14f310b912b6fea5421aedb9beb69d8581
2 changes: 1 addition & 1 deletion trunk/drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2411,7 +2411,7 @@ config FB_PUV3_UNIGFX

source "drivers/video/omap/Kconfig"
source "drivers/video/omap2/Kconfig"

source "drivers/video/exynos/Kconfig"
source "drivers/video/backlight/Kconfig"

if VT
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ obj-$(CONFIG_VT) += console/
obj-$(CONFIG_LOGO) += logo/
obj-y += backlight/

obj-$(CONFIG_EXYNOS_VIDEO) += exynos/

obj-$(CONFIG_FB_CFB_FILLRECT) += cfbfillrect.o
obj-$(CONFIG_FB_CFB_COPYAREA) += cfbcopyarea.o
obj-$(CONFIG_FB_CFB_IMAGEBLIT) += cfbimgblt.o
Expand Down
22 changes: 22 additions & 0 deletions trunk/drivers/video/exynos/Kconfig
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
6 changes: 6 additions & 0 deletions trunk/drivers/video/exynos/Makefile
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
Loading

0 comments on commit 855e358

Please sign in to comment.