diff options
author | Kyungmin Park <kyungmin.park@samsung.com> | 2011-05-23 17:27:38 +0900 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-05-26 17:31:22 -0600 |
commit | fed6a0224714bd414bff91833e0bd5775a3e9c66 (patch) | |
tree | 24019b4f2b596c802167cb4484186e20a545e206 /drivers/gpio/Makefile | |
parent | bc6f5cf6484a509cfe0533b8ddf8b8ca60f35557 (diff) | |
download | kernel_samsung_smdk4412-fed6a0224714bd414bff91833e0bd5775a3e9c66.zip kernel_samsung_smdk4412-fed6a0224714bd414bff91833e0bd5775a3e9c66.tar.gz kernel_samsung_smdk4412-fed6a0224714bd414bff91833e0bd5775a3e9c66.tar.bz2 |
gpio: Move to Samsung common GPIO library to drivers/gpio
It's common gpiolib for recent Samsung SoCs. Move to drivers/gpio
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
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 7481e7d..426483f 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -8,6 +8,7 @@ obj-$(CONFIG_GPIO_ADP5520) += adp5520-gpio.o obj-$(CONFIG_GPIO_ADP5588) += adp5588-gpio.o obj-$(CONFIG_GPIO_BASIC_MMIO_CORE) += basic_mmio_gpio.o obj-$(CONFIG_GPIO_BASIC_MMIO) += basic_mmio_gpio.o +obj-$(CONFIG_GPIO_PLAT_SAMSUNG) += gpio-plat-samsung.o obj-$(CONFIG_GPIO_LANGWELL) += langwell_gpio.o obj-$(CONFIG_GPIO_MAX730X) += max730x.o obj-$(CONFIG_GPIO_MAX7300) += max7300.o |