From 297500590ef648926471c017b364f57dd8616504 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sun, 13 May 2007 11:33:43 -0300 Subject: backport commit e25df1205f37c7bff3ab14fdfc8a5249f3c69c82 From: Mauro Carvalho Chehab kernel-sync: backport patch from Martin Schwidefsky : [S390] Kconfig: menus with depends on HAS_IOMEM. Add "depends on HAS_IOMEM" to a number of menus to make them disappear for s390 which does not have I/O memory. Signed-off-by: Mauro Carvalho Chehab --- linux/drivers/media/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'linux/drivers') diff --git a/linux/drivers/media/Kconfig b/linux/drivers/media/Kconfig index a852799f7..624b21cef 100644 --- a/linux/drivers/media/Kconfig +++ b/linux/drivers/media/Kconfig @@ -3,6 +3,7 @@ # menu "Multimedia devices" + depends on HAS_IOMEM config VIDEO_DEV tristate "Video For Linux" -- cgit v1.2.3