forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
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