393daa814f
This creates a pin controller driver for the SiRFprinaII pin mux portions. Signed-off-by: Rongjun Ying <Rongjun.Ying@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com> [Fixup for changed function names and semantics in the v10 patch] Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
8 lines
222 B
Makefile
8 lines
222 B
Makefile
# generic pinmux support
|
|
|
|
ccflags-$(CONFIG_DEBUG_PINMUX) += -DDEBUG
|
|
|
|
obj-$(CONFIG_PINCTRL) += core.o
|
|
obj-$(CONFIG_PINMUX) += pinmux.o
|
|
obj-$(CONFIG_PINMUX_SIRF) += pinmux-sirf.o
|
|
obj-$(CONFIG_PINMUX_U300) += pinmux-u300.o
|