From 0e60f325f85823f6e72a225ed7e67a501d29c1ae Mon Sep 17 00:00:00 2001 From: Vinicius Costa Gomes Date: Wed, 17 Feb 2016 15:53:14 -0200 Subject: [PATCH] gpio: qmsi: Fix overwriting name set by the driver's Kconfig The name already set by the driver's Kconfig is correct, so overriding it only causes confusion. Change-Id: Ia6405786fdfdf103c922517c8140a07a9de387e0 Signed-off-by: Vinicius Costa Gomes --- arch/x86/soc/quark_se/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86/soc/quark_se/Kconfig b/arch/x86/soc/quark_se/Kconfig index 20830bc277f..43f362fd9de 100644 --- a/arch/x86/soc/quark_se/Kconfig +++ b/arch/x86/soc/quark_se/Kconfig @@ -118,8 +118,6 @@ config GPIO_QMSI if GPIO_QMSI config GPIO_QMSI_0 def_bool n -config GPIO_QMSI_0_NAME - default "gpio_0" config GPIO_QMSI_0_IRQ default 8 config GPIO_QMSI_0_PRI