summaryrefslogtreecommitdiff
path: root/drivers/mtd
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-12-13 06:12:35 +0300
committerTom Rini <trini@konsulko.com>2021-12-28 00:20:18 +0300
commitbfb5387fe91cc881b4b22218e9a40713b222675b (patch)
tree2cc3ef839daa19164584a9a788bf3da87008ec9d /drivers/mtd
parentada261f19a7f034109f6f45ff43f9c76c4dbe208 (diff)
downloadu-boot-bfb5387fe91cc881b4b22218e9a40713b222675b.tar.xz
Convert CONFIG_TEGRA_NAND to Kconfig
This converts the following to Kconfig: CONFIG_TEGRA_NAND Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/nand/raw/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig
index e8528cbc30..da618acd87 100644
--- a/drivers/mtd/nand/raw/Kconfig
+++ b/drivers/mtd/nand/raw/Kconfig
@@ -476,6 +476,14 @@ config ROCKCHIP_NAND
NFC v800: RK3308, RV1108
NFC v900: PX30, RK3326
+config TEGRA_NAND
+ bool "Support for NAND controller on Tegra SoCs"
+ depends on ARCH_TEGRA
+ select SYS_NAND_SELF_INIT
+ imply CMD_NAND
+ help
+ Enables support for NAND Flash chips on Tegra SoCs platforms.
+
comment "Generic NAND options"
config SYS_NAND_BLOCK_SIZE