You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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
|
|
|