xref: /rk3399_rockchip-uboot/drivers/rknand/Kconfig (revision e18e7090245c4c26ad498bd5505736b324a15463)
1441217e3SZhaoyifeng#
2441217e3SZhaoyifeng# Copyright (C) (C) Copyright 2016-2017 Rockchip Electronics Co., Ltd
3441217e3SZhaoyifeng#
4441217e3SZhaoyifeng# SPDX-License-Identifier:	GPL-2.0+
5441217e3SZhaoyifeng#
6441217e3SZhaoyifeng
7441217e3SZhaoyifengconfig RKNAND
8441217e3SZhaoyifeng	bool "Rockchip NAND FLASH device support"
9441217e3SZhaoyifeng	depends on BLK
10*e18e7090SYifeng Zhao	select ZFTL if (ROCKCHIP_PX30 || ROCKCHIP_RK3568)
11441217e3SZhaoyifeng	help
12441217e3SZhaoyifeng	  This option enables support for Rockchip NAND FLASH devices.
13441217e3SZhaoyifeng	  It supports block interface(with rk ftl) to read and write NAND FLASH.
148ce70bc0SKever Yang
15e09cbbabSZhaoyifengconfig ZFTL
16e09cbbabSZhaoyifeng	bool "Rockchip ZFTL for rkpx30/rk3326 to support 3D/2D TLC/MLC"
17*e18e7090SYifeng Zhao	depends on RKNAND && (ROCKCHIP_PX30 || ROCKCHIP_RK3568)
18*e18e7090SYifeng Zhao	default y if (ROCKCHIP_PX30 || ROCKCHIP_RK3568)
19e09cbbabSZhaoyifeng	help
20e09cbbabSZhaoyifeng	  This option enables support for Rockchip NAND FLASH devices.
21e09cbbabSZhaoyifeng	  It supports block interface(with zftl) to read and write 3D/2D TLC/MLC
22e09cbbabSZhaoyifeng	  NAND FLASH.
23