9
0
Fork 0

omap: rename GPMC Kconfig entry to OMAP_GPMC

Give this omap specific entry an omap namespace. Also, remove
unnecessary dependency to omap2/3 in nand Kconfig.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2011-03-24 18:56:01 +01:00
parent 9c04112b7f
commit 819f416b86
3 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ config OMAP3_COPY_CLOCK_SRAM
help
Say Y here if you like to have initial OMAP3 Clock configuration done from SRAM.
config GPMC
config OMAP_GPMC
prompt "Support for GPMC configuration"
bool
depends on (ARCH_OMAP2 || ARCH_OMAP3)

View File

@ -23,6 +23,6 @@ obj-$(CONFIG_ARCH_OMAP) += syslib.o
obj-$(CONFIG_OMAP_CLOCK_SOURCE_S32K) += s32k_clksource.o
obj-$(CONFIG_ARCH_OMAP3) += omap3_core.o omap3_generic.o
obj-$(CONFIG_OMAP3_CLOCK_CONFIG) += omap3_clock_core.o omap3_clock.o
obj-$(CONFIG_GPMC) += gpmc.o devices-gpmc-nand.o
obj-$(CONFIG_OMAP_GPMC) += gpmc.o devices-gpmc-nand.o
obj-$(CONFIG_GPIO) += gpio.o
obj-y += omap-uart.o

View File

@ -15,7 +15,7 @@ config NAND_IMX
config NAND_OMAP_GPMC
tristate "NAND Flash Support for GPMC based OMAP platforms"
depends on ((ARCH_OMAP2 || ARCH_OMAP3) && GPMC)
depends on OMAP_GPMC
help
Support for NAND flash using GPMC. GPMC is a common memory
interface found on Texas Instrument's OMAP platforms