Zheng Junjie skribis: > * gnu/packages/aux-files/linux-libre/6.9-riscv.conf: New file. > * Makefile.am (AUX_FILES): Register it. > > [...] > +# > +# NVME Support > +# > +CONFIG_NVME_KEYRING=y > +CONFIG_NVME_CORE=y > +# CONFIG_BLK_DEV_NVME is not set > [...] Hi. If CONFIG_BLK_DEV_NVME is not set, wouldn't that prevent the kernel from seeing the NVME drive (as /dev/nvme* will not appear)? Or is it disabled on purpose because it doesn't work well yet?