]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/gpio/Makefile
mfd: Fix davinci memory leak
[karo-tx-linux.git] / drivers / gpio / Makefile
index 51c3cdd41b5aac95514b41e58c105208ba278e60..a69e0609ff7fc3983791223cc52fabbf1189788c 100644 (file)
@@ -1,4 +1,8 @@
-# gpio support: dedicated expander chips, etc
+# 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.
 
 ccflags-$(CONFIG_DEBUG_GPIO)   += -DDEBUG
 
@@ -31,3 +35,4 @@ obj-$(CONFIG_GPIO_WM8994)     += wm8994-gpio.o
 obj-$(CONFIG_GPIO_SCH)         += sch_gpio.o
 obj-$(CONFIG_GPIO_RDC321X)     += rdc321x-gpio.o
 obj-$(CONFIG_GPIO_JANZ_TTL)    += janz-ttl.o
+obj-$(CONFIG_GPIO_SX150X)      += sx150x.o