blob: c4dab82b2a78e9af883e1c51277ca0307c3d985d [file] [log] [blame]
#
# Amlogic NAND device configuration
#
menu "Meson NAND Device Support"
config AMLOGIC_NAND
tristate "Meson NAND flash device"
default n
depends on MTD_BLOCK
depends on MTD_NAND
depends on MTD
depends on !PWRSEQ_EMMC
help
Amlogic mtd NAND support config.
Support for MTD NAND flash on Amlogic Meson platforms
Need open in defconfig, set AMLOGIC_NAND=y
need check
config AMLOGIC_MTD_RESV
tristate "AMLOGIC MTD reserve area management"
default n
help
Implements a reserve area which is used
to manage the bbt/key/dtd/env and so on.
we pre-allocate fixed blocks and list these
blocks base on different usage, such as bbt,
key. it is efficiently for power lost and
backups and others.
config AMLOGIC_INFO_PAGE
tristate "AMLOGIC NAND info page management"
default n
help
Amlogic info page config.
The info page is used by bl2 which be write at
the head or tail of bl2. It describes the features
of storage such as bl2 backups, fip num, page size,
bbt and so on.
endmenu