From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754923AbXFWW14 (ORCPT ); Sat, 23 Jun 2007 18:27:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752594AbXFWW1t (ORCPT ); Sat, 23 Jun 2007 18:27:49 -0400 Received: from pentafluge.infradead.org ([213.146.154.40]:33786 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752526AbXFWW1s (ORCPT ); Sat, 23 Jun 2007 18:27:48 -0400 Subject: Re: [patch] 2.6.22-rc Kconfig troubles when using menuconfig From: Mauro Carvalho Chehab To: Jan Engelhardt Cc: Linus Torvalds , Linux and Kernel Video , Toralf =?ISO-8859-1?Q?F=F6rster?= , Luca Risolia , LKML , Roman Zippel , Satyam Sharma , Andreas Herrmann , Oliver Neukum , Trent Piepho In-Reply-To: References: <200706211117.55908.toralf.foerster@gmx.de> <200706211231.53898.luca.risolia@studio.unibo.it> <200706211326.45031.toralf.foerster@gmx.de> <200706211350.14526.oneukum@suse.de> <1182518566.14289.20.camel@gaivota> Content-Type: text/plain; charset=utf-8 Date: Sat, 23 Jun 2007 19:26:26 -0300 Message-Id: <1182637586.10174.36.camel@gaivota> Mime-Version: 1.0 X-Mailer: Evolution 2.10.0-5mdv2007.1 Content-Transfer-Encoding: 8bit X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi Jan, Your patch seems OK to me, providing that we also add the Andreas patch: --- Correct Kconfig to avoid compile errors like drivers/built-in.o: In function `sn9c102_usb_disconnect': sn9c102_core.c:(.text+0x8d840): undefined reference to `usb_get_dev' Signed-off-by: Andreas Herrmann diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 4cca551..4754d98 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -687,7 +687,7 @@ config VIDEO_CAFE_CCIC # menuconfig V4L_USB_DRIVERS - bool "V4L USB devices" + tristate "V4L USB devices" depends on USB default y Em Sáb, 2007-06-23 às 09:20 +0200, Jan Engelhardt escreveu: > Anyone with strong objections to this patch? (Hopefully) fixes the > kconfig issue for now. > > > Signed-off-by: Jan Engelhardt Acked-by: Mauro Carvalho Chehab (for both Andreas and your patch) -- Cheers, Mauro