Revert "kernel: video: add multimedia-input driver"

However, this commit still has some issues.
This commit is contained in:
Tianling Shen 2021-05-05 17:24:17 +08:00 committed by AmadeusGhost
parent fe01c9e9e5
commit ed8b277f27

View File

@ -221,24 +221,6 @@ endef
$(eval $(call KernelPackage,fb-tft-ili9486))
define KernelPackage/multimedia-input
SUBMENU:=$(VIDEO_MENU)
TITLE:=Multimedia input support
KCONFIG:=CONFIG_RC_CORE \
CONFIG_LIRC=y \
CONFIG_RC_DECODERS=y \
CONFIG_RC_DEVICES=y
FILES:=$(LINUX_DIR)/drivers/media/rc/rc-core.ko
AUTOLOAD:=$(call AutoProbe,rc-core)
endef
define KernelPackage/multimedia-input/description
Enable multimedia input.
endef
$(eval $(call KernelPackage,multimedia-input))
define KernelPackage/drm
SUBMENU:=$(VIDEO_MENU)
TITLE:=Direct Rendering Manager (DRM) support