diff options
author | Tom Rini <trini@konsulko.com> | 2021-12-12 22:12:35 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-12-27 16:20:18 -0500 |
commit | bfb5387fe91cc881b4b22218e9a40713b222675b (patch) | |
tree | 2cc3ef839daa19164584a9a788bf3da87008ec9d /drivers/mtd | |
parent | ada261f19a7f034109f6f45ff43f9c76c4dbe208 (diff) | |
download | u-boot-bfb5387fe91cc881b4b22218e9a40713b222675b.tar.gz u-boot-bfb5387fe91cc881b4b22218e9a40713b222675b.tar.bz2 u-boot-bfb5387fe91cc881b4b22218e9a40713b222675b.zip |
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/Kconfig | 8 |
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 |