summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorLinus Walleij2011-05-20 08:40:19 +0200
committerGrant Likely2011-05-20 08:40:19 +0200
commite849dc044af0939135c822833092bc9baf480222 (patch)
treede8a26645eb53681677bbafa7fb9fd173900265f /drivers/gpio/Makefile
parentgpio: add trace events for setting direction and value (diff)
downloadkernel-qcow2-linux-e849dc044af0939135c822833092bc9baf480222.tar.gz
kernel-qcow2-linux-e849dc044af0939135c822833092bc9baf480222.tar.xz
kernel-qcow2-linux-e849dc044af0939135c822833092bc9baf480222.zip
gpio: remove some legacy comments in build files
The build files for drivers/gpio has some wording and comments about the directory being reserved exclusively for GPIO expanders (according to the gpio.txt file these are on external busses) and this has been false for some time. We already have PL061 and Xilinx drivers which are in silicon and now I'm moving more silicon drivers here, so delete this and reword it a bit. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/gpio/Makefile')
-rw-r--r--drivers/gpio/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile
index becef5954356..7b2bdceca080 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -1,8 +1,4 @@
-# generic gpio support: dedicated expander chips, etc
-#
-# NOTE: platform-specific GPIO drivers don't belong in the
-# drivers/gpio directory; put them with other platform setup
-# code, IRQ controllers, board init, etc.
+# generic gpio support: platform drivers, dedicated expander chips, etc
ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG