From 995d038bf65f7ea449843d9c13e6f47621a8d4eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Fri, 24 May 2013 14:21:58 +0200 Subject: [PATCH] 0015-prevent-vpu-mod-build =================================================================== --- drivers/mxc/vpu/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/mxc/vpu/Kconfig b/drivers/mxc/vpu/Kconfig index 6562697f25f5..3cc2f7b22fb9 100644 --- a/drivers/mxc/vpu/Kconfig +++ b/drivers/mxc/vpu/Kconfig @@ -5,9 +5,9 @@ menu "MXC VPU(Video Processing Unit) support" config MXC_VPU - tristate "Support for MXC VPU(Video Processing Unit)" - depends on (ARCH_MX3 || ARCH_MX27 || ARCH_MX37 || ARCH_MX5 || ARCH_MX6) - default y + bool "Support for MXC VPU(Video Processing Unit)" + depends on (ARCH_MX3 || ARCH_MX27 || ARCH_MX37 || ARCH_MX5 || ARCH_MX6) + default y ---help--- The VPU codec device provides codec function for H.264/MPEG4/H.263, as well as MPEG2/VC-1/DivX on some platforms. -- 2.39.5