From: Hauke Mehrtens Date: Sat, 5 Oct 2013 13:39:18 +0000 (+0200) Subject: backports: remove BACKPORT_BUILD_HDMI X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4a697305107fd24616274737698bfc20f2798ad2;p=openwrt%2Fstaging%2Fblogic.git backports: remove BACKPORT_BUILD_HDMI This was only needed for some of the DRM drivers, remove it. Signed-off-by: Hauke Mehrtens --- diff --git a/backport/compat/Kconfig b/backport/compat/Kconfig index 215de8e52588..c3e9a040e9cd 100644 --- a/backport/compat/Kconfig +++ b/backport/compat/Kconfig @@ -142,22 +142,6 @@ config BACKPORT_BUILD_DMA_SHARED_BUFFER config BACKPORT_DMA_SHARED_BUFFER bool -config BACKPORT_BUILD_HDMI - bool - # not possible on kernel < 3.0 - depends on !BACKPORT_KERNEL_3_0 - # don't build if base kernel has it, except on kernel < 3.9 - depends on !HDMI || BACKPORT_KERNEL_3_9 - # build for testing - default y if BACKPORT_USERSEL_BUILD_ALL - # build if a driver needs it - default y if BACKPORT_HDMI - #h-file linux/hdmi.h - #c-file drivers/video/hdmi.c - -config BACKPORT_HDMI - bool - config BACKPORT_BUILD_DMA_SHARED_HELPERS bool depends on HAS_DMA