kernel: add kmod-nvme package
authorDaniel Golle <daniel@makrotopia.org>
Tue, 26 Jul 2022 08:17:07 +0000 (10:17 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 6 Jan 2023 16:30:51 +0000 (17:30 +0100)
commitcdd9bee3704358b705e10773ec10d460f8eaac42
treec7adf7f8765bc39601a8a433855c004afa0903dc
parent39868a87d4cc41d73b9ceef1ad571dfa37f9dead
kernel: add kmod-nvme package

Add driver for NVM Express block devices, ie. PCIe connected SSDs.

Targets which allow booting from NVMe (x86, maybe some mvebu boards come
to mind) should have it built-in, so rootfs can be mounted from there.
For targets without NVMe support in bootloader or BIOS/firmware it's
sufficient to provide the kernel module package.

On targets having the NVMe driver built-in the resulting kmod package
is an empty dummy. In any case, depending on or installing kmod-nvme
results in driver support being available (either because it was already
built-in or because the relevant kernel modules are added and loaded).

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit dbe53352e38d20bb5245158b19d4ff810c209548)
package/kernel/linux/modules/block.mk