[PATCH 1/1] README: document required kernel configuration
Heinrich Schuchardt
xypron.glpk at gmx.de
Thu Oct 15 23:21:08 UTC 2020
Some tests require special Linux kernel configuration settings. Settings
not included in Linux' defconfig should be documented.
The list in this patch may not be complete. But let's give it a start.
Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
README | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/README b/README
index 40a0eb75..b75daeb9 100644
--- a/README
+++ b/README
@@ -24,7 +24,15 @@ Ubuntu Distro ARM64
autoconf automake libglib2.0-dev libtool libpcre3-dev
flex bison dkms libfdt-dev libbsd-dev
-2) To build and install (only if building from source)
+2) Kernel configuration
+
+Some tests depend on special Linux kernel configuration settings. These include:
+
+* CONFIG_CGROUP_FREEZER=y
+* CONFIG_DMI_SYSFS=y
+* CONFIG_EFI_TEST=m
+
+3) To build and install (only if building from source)
autoreconf -ivf
./configure
--
2.28.0
More information about the fwts-devel
mailing list