浏览代码

sparc: Allow OF_GPIO on sparc.

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 13 年之前
父节点
当前提交
afe760e43d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/gpio/Kconfig

+ 1 - 1
drivers/gpio/Kconfig

@@ -47,7 +47,7 @@ if GPIOLIB
 
 
 config OF_GPIO
 config OF_GPIO
 	def_bool y
 	def_bool y
-	depends on OF && !SPARC
+	depends on OF
 
 
 config DEBUG_GPIO
 config DEBUG_GPIO
 	bool "Debug GPIO calls"
 	bool "Debug GPIO calls"