xref: /rk3399_rockchip-uboot/drivers/rknand/Kconfig (revision 17c82fdc12e24b32e49a3b53f59b8b2f6b136f8b)
1#
2# Copyright (C) (C) Copyright 2016-2017 Rockchip Electronics Co., Ltd
3#
4# SPDX-License-Identifier:	GPL-2.0+
5#
6
7config RKNAND
8	bool "Rockchip NAND FLASH device support"
9	depends on BLK
10	help
11	  This option enables support for Rockchip NAND FLASH devices.
12	  It supports block interface(with rk ftl) to read and write NAND FLASH.
13