Revision fee4efd7d1372aa9ac2f6873167f02259cb143ef authored by Mario Limonciello on 24 July 2014, 04:19:23 UTC, committed by Matthew Garrett on 16 August 2014, 08:23:55 UTC
Not all HW supporting WMAX method will support the HDMI mux feature.
Explicitly quirk the HW that does support it.

Signed-off-by: Mario Limonciello <mario_limonciello@dell.com>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
1 parent 49458e8
Raw File
Makefile
#
# arch/blackfin/mach-common/Makefile
#

obj-y := \
	cache.o cache-c.o entry.o head.o \
	interrupt.o arch_checks.o ints-priority.o

obj-$(CONFIG_PM)          += pm.o
ifneq ($(CONFIG_BF60x),y)
obj-$(CONFIG_PM)	  += dpmc_modes.o
endif
obj-$(CONFIG_SCB_PRIORITY)	+= scb-init.o
obj-$(CONFIG_CPU_VOLTAGE) += dpmc.o
obj-$(CONFIG_SMP)         += smp.o
obj-$(CONFIG_BFIN_KERNEL_CLOCK) += clocks-init.o
back to top