Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ci20 v3.18 hdmi #48

Merged
merged 10 commits into from
Jul 16, 2015
1 change: 1 addition & 0 deletions arch/mips/configs/ci20_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,7 @@ CONFIG_USB_RAREMONO=m
CONFIG_USB_MA901=m
CONFIG_DRM=y
CONFIG_DRM_JZ4780=y
CONFIG_DRM_JZ4780_HDMI_AUDIO=y
# CONFIG_LCD_CLASS_DEVICE is not set
# CONFIG_BACKLIGHT_GENERIC is not set
# CONFIG_VGA_CONSOLE is not set
Expand Down
8 changes: 8 additions & 0 deletions drivers/gpu/drm/jz4780/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,11 @@ config DRM_JZ4780
help
Choose this option if you have an Ingenic SoC with LCDC display
controller, for example the CI20 board

config DRM_JZ4780_HDMI_AUDIO
tristate "Support for Ingenic JZ4780 HDMI Audio"
depends on DRM_JZ4780 && SND_JZ4740_SOC_I2S
select CI20_HDMI_AUDIO
help
Choose this option to enable support for audio over HDMI

1 change: 1 addition & 0 deletions drivers/gpu/drm/jz4780/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ jz4780-y := \
jz4780_drv.o

obj-$(CONFIG_DRM_JZ4780) += jz4780.o
obj-$(CONFIG_DRM_JZ4780_HDMI_AUDIO) += dw-hdmi-audio.o
Loading