From mboxrd@z Thu Jan 1 00:00:00 1970 From: bunk@stusta.de (Adrian Bunk) Date: Fri, 06 Jan 2006 17:41:01 +0000 Subject: [lm-sensors] [-mm patch] fix W1_MASTER_DS9490_BRIDGE dependencies Message-Id: <20060106174101.GT12131@stusta.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: johnpol@2ka.mipt.ru, gregkh@suse.de Cc: lm-sensors@lm-sensors.org, linux-kernel@vger.kernel.org W1_DS9490 was renamed to W1_MASTER_DS9490, but the entry in the dependencies of W1_MASTER_DS9490_BRIDGE was forgotten. Signed-off-by: Adrian Bunk --- linux-2.6.15-mm1-full/drivers/w1/masters/Kconfig.old 2006-01-06 18:17:23.000000000 +0100 +++ linux-2.6.15-mm1-full/drivers/w1/masters/Kconfig 2006-01-06 18:17:53.000000000 +0100 @@ -26,7 +26,7 @@ config W1_MASTER_DS9490_BRIDGE tristate "DS9490R USB <-> W1 transport layer for 1-wire" - depends on W1_DS9490 + depends on W1_MASTER_DS9490 help Say Y here if you want to communicate with your 1-wire devices using DS9490R USB bridge. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752514AbWAFRlI (ORCPT ); Fri, 6 Jan 2006 12:41:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752513AbWAFRlI (ORCPT ); Fri, 6 Jan 2006 12:41:08 -0500 Received: from mailout.stusta.mhn.de ([141.84.69.5]:8973 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S1752514AbWAFRlH (ORCPT ); Fri, 6 Jan 2006 12:41:07 -0500 Date: Fri, 6 Jan 2006 18:41:01 +0100 From: Adrian Bunk To: johnpol@2ka.mipt.ru, gregkh@suse.de Cc: lm-sensors@lm-sensors.org, linux-kernel@vger.kernel.org Subject: [-mm patch] fix W1_MASTER_DS9490_BRIDGE dependencies Message-ID: <20060106174101.GT12131@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org W1_DS9490 was renamed to W1_MASTER_DS9490, but the entry in the dependencies of W1_MASTER_DS9490_BRIDGE was forgotten. Signed-off-by: Adrian Bunk --- linux-2.6.15-mm1-full/drivers/w1/masters/Kconfig.old 2006-01-06 18:17:23.000000000 +0100 +++ linux-2.6.15-mm1-full/drivers/w1/masters/Kconfig 2006-01-06 18:17:53.000000000 +0100 @@ -26,7 +26,7 @@ config W1_MASTER_DS9490_BRIDGE tristate "DS9490R USB <-> W1 transport layer for 1-wire" - depends on W1_DS9490 + depends on W1_MASTER_DS9490 help Say Y here if you want to communicate with your 1-wire devices using DS9490R USB bridge.