Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- arch/arm/mach-omap/Makefile | 1 - drivers/gpio/Kconfig | 3 +++ drivers/gpio/Makefile | 1 + arch/arm/mach-omap/gpio.c => drivers/gpio/gpio-omap.c | 0 4 files changed, 4 insertions(+), 1 deletion(-) rename arch/arm/mach-omap/gpio.c => drivers/gpio/gpio-omap.c (100%) diff --git a/arch/arm/mach-omap/Makefile b/arch/arm/mach-omap/Makefile index cf2d5ee..06999b3 100644 --- a/arch/arm/mach-omap/Makefile +++ b/arch/arm/mach-omap/Makefile @@ -31,5 +31,4 @@ obj-$(CONFIG_SHELL_NONE) += xload.o obj-$(CONFIG_MFD_TWL6030) += omap4_twl6030_mmc.o obj-$(CONFIG_OMAP4_USBBOOT) += omap4_rom_usb.o obj-$(CONFIG_CMD_BOOT_ORDER) += boot_order.o -obj-y += gpio.o obj-$(CONFIG_BAREBOX_UPDATE_AM33XX_SPI_NOR_MLO) += am33xx_bbu_spi_mlo.o diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 18d3135..7c42656 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -30,6 +30,9 @@ config GPIO_GENERIC_PLATFORM config GPIO_IMX def_bool ARCH_IMX +config GPIO_OMAP + def_bool ARCH_OMAP + config GPIO_ORION bool "GPIO support for Marvell Orion/MVEBU SoCs" depends on ARCH_MVEBU diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index dc9fb13..b7c536d 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -5,6 +5,7 @@ obj-$(CONFIG_GPIO_CLPS711X) += gpio-clps711x.o obj-$(CONFIG_GPIO_GENERIC) += gpio-generic.o obj-$(CONFIG_GPIO_IMX) += gpio-imx.o obj-$(CONFIG_GPIO_ORION) += gpio-orion.o +obj-$(CONFIG_GPIO_OMAP) += gpio-omap.o obj-$(CONFIG_GPIO_PL061) += gpio-pl061.o obj-$(CONFIG_GPIO_STMPE) += gpio-stmpe.o obj-$(CONFIG_GPIO_TEGRA) += gpio-tegra.o diff --git a/arch/arm/mach-omap/gpio.c b/drivers/gpio/gpio-omap.c similarity index 100% rename from arch/arm/mach-omap/gpio.c rename to drivers/gpio/gpio-omap.c -- 1.8.4.2 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox