mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-10 23:18:10 +09:00
This is Russell's HDMI notification prototype [1], currently waiting for the HDMI CEC situation to resolve. The use case for the notifications on MediaTek MT8173 is to let the (dis)connection notifications control an ALSA jack object. No Signed-off-by since this is not my code, and still up for discussion. [1] https://patchwork.kernel.org/patch/8351501/ (am from https://patchwork.kernel.org/patch/8887261/) Signed-off-by: Chris Zhong <zyw@rock-chips.com> Change-Id: I87daa156de6cfa7ff8db9df9d8ecc8c42d76798f
17 lines
472 B
Makefile
17 lines
472 B
Makefile
obj-$(CONFIG_VGASTATE) += vgastate.o
|
|
obj-$(CONFIG_HDMI) += hdmi.o
|
|
obj-$(CONFIG_HDMI_NOTIFIERS) += hdmi-notifier.o
|
|
|
|
obj-$(CONFIG_ADF) += adf/
|
|
obj-$(CONFIG_VT) += console/
|
|
obj-$(CONFIG_LOGO) += logo/
|
|
obj-y += backlight/
|
|
obj-y += rockchip/
|
|
|
|
obj-y += fbdev/
|
|
|
|
obj-$(CONFIG_VIDEOMODE_HELPERS) += display_timing.o videomode.o
|
|
ifeq ($(CONFIG_OF),y)
|
|
obj-$(CONFIG_VIDEOMODE_HELPERS) += of_display_timing.o of_videomode.o
|
|
endif
|