diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-10-05 15:39:18 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-10-23 19:24:40 +0200 |
commit | 4a697305107fd24616274737698bfc20f2798ad2 (patch) | |
tree | 18f6515c9bfad9e643b2726f718d2b40941244c5 | |
parent | ee8018a9dc07a6a94d5f76edf75f558217b9c21a (diff) |
backports: remove BACKPORT_BUILD_HDMI
This was only needed for some of the DRM drivers, remove it.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r-- | backport/compat/Kconfig | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/backport/compat/Kconfig b/backport/compat/Kconfig index 215de8e5..c3e9a040 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 |