The PIO controllers on Atmel SAM3 family processors can be used for GPIOs, so this is the driver. Change-Id: I3d5712f3a0a71025b820ca1c08dd767ee1e136d8 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
9 lines
352 B
Makefile
9 lines
352 B
Makefile
ccflags-$(CONFIG_GPIO_QMSI) +=-I$(CONFIG_QMSI_INSTALL_PATH)/include
|
|
ccflags-y +=-I$(srctree)/drivers
|
|
|
|
obj-$(CONFIG_GPIO_DW) += gpio_dw.o
|
|
obj-$(CONFIG_GPIO_PCAL9535A) += gpio_pcal9535a.o
|
|
obj-$(CONFIG_GPIO_MMIO) += gpio_mmio.o
|
|
obj-$(CONFIG_GPIO_SCH) += gpio_sch.o
|
|
obj-$(CONFIG_GPIO_QMSI) += gpio_qmsi.o
|
|
obj-$(CONFIG_GPIO_ATMEL_SAM3) += gpio_atmel_sam3.o
|