avionic design with actual uboot and tooling
submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
This commit is contained in:
18
u-boot/drivers/memory/Kconfig
Normal file
18
u-boot/drivers/memory/Kconfig
Normal file
@@ -0,0 +1,18 @@
|
||||
#
|
||||
# Memory devices
|
||||
#
|
||||
|
||||
menu "Memory Controller drivers"
|
||||
|
||||
config TI_AEMIF
|
||||
tristate "Texas Instruments AEMIF driver"
|
||||
depends on ARCH_KEYSTONE
|
||||
help
|
||||
This driver is for the AEMIF module available in Texas Instruments
|
||||
SoCs. AEMIF stands for Asynchronous External Memory Interface and
|
||||
is intended to provide a glue-less interface to a variety of
|
||||
asynchronuous memory devices like ASRAM, NOR and NAND memory. A total
|
||||
of 256M bytes of any of these memories can be accessed at a given
|
||||
time via four chip selects with 64M byte access per chip select.
|
||||
|
||||
endmenu
|
||||
Reference in New Issue
Block a user