]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/gpio/Kconfig
gpio: Move DT support code into drivers/gpio
[karo-tx-linux.git] / drivers / gpio / Kconfig
index e6862f1340848f4344e314740e3f33beb5f09ddd..1042c3f534f479d26ed6e768fb727dfe769606e7 100644 (file)
@@ -37,6 +37,10 @@ menuconfig GPIOLIB
 
 if GPIOLIB
 
+config OF_GPIO
+       def_bool y
+       depends on OF && !SPARC
+
 config DEBUG_GPIO
        bool "Debug GPIO calls"
        depends on DEBUG_KERNEL