Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754608Ab1BANFS (ORCPT ); Tue, 1 Feb 2011 08:05:18 -0500 Received: from tac.ki.iif.hu ([193.6.222.43]:32825 "EHLO tac.ki.iif.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751640Ab1BANFR (ORCPT ); Tue, 1 Feb 2011 08:05:17 -0500 From: Ferenc Wagner To: Marek Vasut Cc: linux-kernel@vger.kernel.org Subject: ucb1400_gpio driver Kconfig entry Date: Tue, 01 Feb 2011 14:05:13 +0100 Message-ID: <87bp2vsy5y.fsf@tac.ki.iif.hu> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 739 Lines: 24 Hi Marek, drivers/gpio/Kconfig says: config GPIO_UCB1400 bool "Philips UCB1400 GPIO" depends on UCB1400_CORE help This enables support for the Philips UCB1400 GPIO pins. The UCB1400 is an AC97 audio codec. To compile this driver as a module, choose M here: the module will be called ucb1400_gpio. But you use bool above, so choosing M isn't actually an option. Maybe you want to resolve this inconsistency. -- Regards, Feri. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/