kernel/drivers/lightnvm/Kconfig
.. .. @@ -1,11 +1,11 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 # 2 3 # Open-Channel SSD NVM configuration 3 4 # 4 5 5 6 menuconfig NVM 6 7 bool "Open-Channel SSD target support" 7 - depends on BLOCK && PCI8 - select BLK_DEV_NVME8 + depends on BLOCK && BROKEN9 9 help 10 10 Say Y here to get to enable Open-channel SSDs. 11 11