diff options
| author | Gabriel Huau <[email protected]> | 2012-05-02 10:49:55 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-10-03 10:50:20 +0200 |
| commit | 5d889ae79eee6d65b992ec29b8f8901e006ffa35 (patch) | |
| tree | 19877be6e841ee5e8b475fe6c161572e6787514e /drivers/gpio/Makefile | |
| parent | 35729c6cb310d8bdfcf32ec0c23f226c714efda3 (diff) | |
ARM : Add GPIO Driver and IOMUX definition for S3C2440
It's now possible to use the gpio driver interface
for s3c2440. This patch add iomux definitions too.
Signed-off-by: Gabriel Huau <[email protected]>
Diffstat (limited to 'drivers/gpio/Makefile')
| -rw-r--r-- | drivers/gpio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index 17f4b739a92..d50ac3bfefd 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -44,6 +44,7 @@ COBJS-$(CONFIG_SH_GPIO_PFC) += sh_pfc.o COBJS-$(CONFIG_OMAP_GPIO) += omap_gpio.o COBJS-$(CONFIG_DB8500_GPIO) += db8500_gpio.o COBJS-$(CONFIG_BCM2835_GPIO) += bcm2835_gpio.o +COBJS-$(CONFIG_S3C2440_GPIO) += s3c2440_gpio.o COBJS := $(COBJS-y) SRCS := $(COBJS:.o=.c) |
