Kconfig 302 B

1234567891011
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # Copyright (C) 2017, Bin Meng <bmeng.cn@gmail.com>
  4. config NVME
  5. bool "NVM Express device support"
  6. depends on BLK && PCI
  7. select HAVE_BLOCK_DEVICE
  8. help
  9. This option enables support for NVM Express devices.
  10. It supports basic functions of NVMe (read/write).