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