From patchwork Thu Sep 17 13:42:57 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alessandro Guido X-Patchwork-Id: 48275 X-Patchwork-Delegate: jikos@jikos.cz Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n8HDm9du005682 for ; Thu, 17 Sep 2009 13:48:47 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754407AbZIQNsn (ORCPT ); Thu, 17 Sep 2009 09:48:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754281AbZIQNsn (ORCPT ); Thu, 17 Sep 2009 09:48:43 -0400 Received: from mail-fx0-f217.google.com ([209.85.220.217]:42667 "EHLO mail-fx0-f217.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754114AbZIQNsm (ORCPT ); Thu, 17 Sep 2009 09:48:42 -0400 Received: by fxm17 with SMTP id 17so35023fxm.37 for ; Thu, 17 Sep 2009 06:48:45 -0700 (PDT) Received: by 10.204.20.82 with SMTP id e18mr398510bkb.168.1253194953497; Thu, 17 Sep 2009 06:42:33 -0700 (PDT) Received: from ?172.29.5.4? ([151.65.186.4]) by mx.google.com with ESMTPS id 1sm56917fks.35.2009.09.17.06.42.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 17 Sep 2009 06:42:32 -0700 (PDT) Message-ID: <4AB23CE1.8030806@alessandroguido.name> Date: Thu, 17 Sep 2009 15:42:57 +0200 From: Alessandro Guido User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.1) Gecko/20090909 Thunderbird/3.0b3 MIME-Version: 1.0 To: Jiri Kosina CC: linux-input@vger.kernel.org Subject: [PATCH] Remove duplicate Kconfig entry for HID_PANTHERLORD References: <1253191090-23675-1-git-send-email-ag@alessandroguido.name> In-Reply-To: Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org Signed-off-by: Alessandro Guido --- drivers/hid/Kconfig | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 111afbe..24d90ea 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -205,13 +205,6 @@ config HID_NTRIG Support for N-Trig touch screen. config HID_PANTHERLORD - tristate "Pantherlord devices support" if EMBEDDED - depends on USB_HID - default !EMBEDDED - ---help--- - Support for PantherLord/GreenAsia based device support. - -config HID_PANTHERLORD tristate "Pantherlord support" if EMBEDDED depends on USB_HID default !EMBEDDED