From patchwork Mon Jun 16 08:13:55 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jean Delvare X-Patchwork-Id: 359974 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 7E174140094 for ; Mon, 16 Jun 2014 18:14:06 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754314AbaFPIN7 (ORCPT ); Mon, 16 Jun 2014 04:13:59 -0400 Received: from cantor2.suse.de ([195.135.220.15]:52311 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754183AbaFPIN6 (ORCPT ); Mon, 16 Jun 2014 04:13:58 -0400 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 3E45AACB9; Mon, 16 Jun 2014 08:13:57 +0000 (UTC) Subject: [PATCH 2/2] isdn: hisax: Drop duplicate Kconfig entry From: Jean Delvare To: netdev Cc: Karsten Keil , Sam Ravnborg In-Reply-To: <1402906177.13305.1.camel@chaos.site> References: <1402906177.13305.1.camel@chaos.site> Organization: Suse Linux Date: Mon, 16 Jun 2014 10:13:55 +0200 Message-ID: <1402906435.13305.6.camel@chaos.site> Mime-Version: 1.0 X-Mailer: Evolution 2.28.2 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org There are 2 HISAX_AVM_A1_PCMCIA Kconfig entries. The kbuild system ignores the second one, and apparently nobody noticed the problem so far, so let's remove that second entry. Signed-off-by: Jean Delvare Cc: Karsten Keil --- drivers/isdn/hisax/Kconfig | 5 ----- 1 file changed, 5 deletions(-) --- a/drivers/isdn/hisax/Kconfig +++ b/drivers/isdn/hisax/Kconfig @@ -416,11 +416,6 @@ config HISAX_FRITZ_PCIPNP (the latter also needs you to select "ISA Plug and Play support" from the menu "Plug and Play configuration") -config HISAX_AVM_A1_PCMCIA - bool - depends on HISAX_AVM_A1_CS - default y - endif endmenu