Add NVME block device support and userspace utilities
Signed-off-by: Mamatha Inamdar <mamatha4@linux.vnet.ibm.com>
[stewart@linux.vnet.ibm.com: update buildroot with backported nvme utility
and put CONFIG_BLK_DEV_NVME in correct place in skiroot_defconfig]
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
diff --git a/openpower/package/petitboot/Config.in b/openpower/package/petitboot/Config.in
index b85618d..08801ec 100644
--- a/openpower/package/petitboot/Config.in
+++ b/openpower/package/petitboot/Config.in
@@ -12,6 +12,8 @@
select BR2_PACKAGE_POWERPC_UTILS if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
# run-time dependency only
select BR2_PACKAGE_IPRUTILS if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
+ # run-time dependency only
+ select BR2_PACKAGE_NVME if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
help
Petitboot is a small kexec-based bootloader