From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752558AbcHIIXe (ORCPT ); Tue, 9 Aug 2016 04:23:34 -0400 Received: from mail-pa0-f66.google.com ([209.85.220.66]:36006 "EHLO mail-pa0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751725AbcHIIXa (ORCPT ); Tue, 9 Aug 2016 04:23:30 -0400 From: Keguang Zhang To: linux-mips@linux-mips.org, linux-kernel@vger.kernel.org Cc: Ralf Baechle , Linus Walleij , Yang Ling , Kelvin Cheung Subject: [PATCH] MIPS: Loongson1C: Remove ARCH_WANT_OPTIONAL_GPIOLIB Date: Tue, 9 Aug 2016 16:23:11 +0800 Message-Id: <1470730991-24498-1-git-send-email-keguang.zhang@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Kelvin Cheung This patch removes ARCH_WANT_OPTIONAL_GPIOLIB due to upstream changes. Signed-off-by: Kelvin Cheung --- arch/mips/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 69df280..d0b9ad1 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1405,7 +1405,6 @@ config CPU_LOONGSON1C bool "Loongson 1C" depends on SYS_HAS_CPU_LOONGSON1C select CPU_LOONGSON1 - select ARCH_WANT_OPTIONAL_GPIOLIB select LEDS_GPIO_REGISTER help The Loongson 1C is a 32-bit SoC, which implements the MIPS32 -- 1.9.1