forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/drivers/lightnvm/Kconfig
....@@ -1,11 +1,11 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Open-Channel SSD NVM configuration
34 #
45
56 menuconfig NVM
67 bool "Open-Channel SSD target support"
7
- depends on BLOCK && PCI
8
- select BLK_DEV_NVME
8
+ depends on BLOCK && BROKEN
99 help
1010 Say Y here to get to enable Open-channel SSDs.
1111