Просмотр исходного кода

openrisc: default GENERIC_GPIO to false

This is one step towards the removal of the GENERIC_GPIO option.
OpenRISC mandates the use of GPIOLIB, which enables GENERIC_GPIO anyway,
so this patch should be a no-op.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Jonas Bonn <jonas@southpole.se>
Alexandre Courbot 13 лет назад
Родитель
Сommit
5fa0a8cb45
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      arch/openrisc/Kconfig

+ 1 - 1
arch/openrisc/Kconfig

@@ -45,7 +45,7 @@ config NO_IOPORT
 	def_bool y
 	def_bool y
 
 
 config GENERIC_GPIO
 config GENERIC_GPIO
-	def_bool y
+	def_bool n
 
 
 config TRACE_IRQFLAGS_SUPPORT
 config TRACE_IRQFLAGS_SUPPORT
         def_bool y
         def_bool y