mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
9b0b5648d6
The GPMC is a unified memory controller dedicated for interfacing with external memory devices like - Asynchronous SRAM-like memories and ASICs - Asynchronous, synchronous, and page mode burst NOR flash - NAND flash - Pseudo-SRAM devices This driver will take care of setting up the GPMC based on the settings specified in the Device tree and then probe its children. Signed-off-by: Roger Quadros <rogerq@kernel.org>
6 lines
211 B
Makefile
6 lines
211 B
Makefile
|
|
obj-$(CONFIG_MEMORY) += memory-uclass.o
|
|
obj-$(CONFIG_SANDBOX_MEMORY) += memory-sandbox.o
|
|
obj-$(CONFIG_STM32_FMC2_EBI) += stm32-fmc2-ebi.o
|
|
obj-$(CONFIG_TI_AEMIF) += ti-aemif.o
|
|
obj-$(CONFIG_TI_GPMC) += ti-gpmc.o
|