xref: /OK3568_Linux_fs/kernel/drivers/rk_nand/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# SPDX-License-Identifier: GPL-2.0
2if ARCH_ROCKCHIP
3config RK_NAND
4	tristate "RK NAND Device Support"
5	default n
6	depends on BLOCK_RKNAND != y
7	help
8	  RK NAND Device Support.
9
10endif
11