xref: /rk3399_rockchip-uboot/drivers/rknand/Kconfig (revision aee63dc84c1f5be59ea35ceb209a4ea937bdeb41)
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