hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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