pinctrl: move the U300 GPIO driver to pinctrl
[deliverable/linux.git] / drivers / pinctrl / Makefile
1 # generic pinmux support
2
3 ccflags-$(CONFIG_DEBUG_PINCTRL) += -DDEBUG
4
5 obj-$(CONFIG_PINCTRL) += core.o
6 obj-$(CONFIG_PINMUX) += pinmux.o
7 obj-$(CONFIG_PINMUX_SIRF) += pinmux-sirf.o
8 obj-$(CONFIG_PINMUX_U300) += pinmux-u300.o
9 obj-$(CONFIG_PINCTRL_COH901) += pinctrl-coh901.o
This page took 0.030911 seconds and 5 git commands to generate.