hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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