From patchwork Thu Sep 17 12:38:10 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alessandro Guido X-Patchwork-Id: 48269 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 n8HCcG8j029875 for ; Thu, 17 Sep 2009 12:38:17 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752698AbZIQMiM (ORCPT ); Thu, 17 Sep 2009 08:38:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752750AbZIQMiM (ORCPT ); Thu, 17 Sep 2009 08:38:12 -0400 Received: from mail-fx0-f217.google.com ([209.85.220.217]:46357 "EHLO mail-fx0-f217.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752698AbZIQMiL (ORCPT ); Thu, 17 Sep 2009 08:38:11 -0400 Received: by fxm17 with SMTP id 17so2940863fxm.37 for ; Thu, 17 Sep 2009 05:38:13 -0700 (PDT) Received: by 10.204.160.85 with SMTP id m21mr346043bkx.175.1253191093563; Thu, 17 Sep 2009 05:38:13 -0700 (PDT) Received: from localhost.localdomain ([151.65.186.4]) by mx.google.com with ESMTPS id g28sm5237750fkg.45.2009.09.17.05.38.12 (version=SSLv3 cipher=RC4-MD5); Thu, 17 Sep 2009 05:38:13 -0700 (PDT) From: Alessandro Guido To: Jiri Kosina Cc: linux-input@vger.kernel.org, Alessandro Guido Subject: [PATCH] Remove duplicate Kconfig entry for HID_PANTHERLORD Date: Thu, 17 Sep 2009 14:38:10 +0200 Message-Id: <1253191090-23675-1-git-send-email-ag@alessandroguido.name> X-Mailer: git-send-email 1.6.5.rc1 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org --- drivers/hid/Kconfig | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) Signed-off-by: line? 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