mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
drivers: rkflash: Fix Kconfig Segmentation fault
Fix following error: [scripts/kconfig/Makefile:56: menuconfig] Segmentation fault (core dumped) on v6.12. Signed-off-by: Tao Huang <huangtao@rock-chips.com> Change-Id: Ie767e45e4ee9025efe95186e3d1a4a7f6a7d0867
This commit is contained in:
@@ -22,7 +22,7 @@ comment "Rockchip Flash Devices"
|
||||
config RK_SFTL
|
||||
tristate "Rockchip Slc Nand FTL support"
|
||||
default y
|
||||
depends on (RK_NANDC_NAND || (RK_SFC_NAND && RK_SFC_NAND_MTD !=y))
|
||||
depends on (RK_NANDC_NAND || (RK_SFC_NAND && !RK_SFC_NAND_MTD))
|
||||
help
|
||||
This enables support for Slc Nand FTL.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user