Lines Matching full:kernel

2 dnl # Certain kernel build options are not supported.  These must be
14 AC_MSG_CHECKING([for kernel config option compatibility])
29 dnl # Verify the kernel has CONFIG_BLOCK support enabled.
46 *** This kernel does not include the required block device support.
47 *** Rebuild the kernel with CONFIG_BLOCK=y set.])
82 *** Kernel built with CONFIG_DEBUG_LOCK_ALLOC which is incompatible
84 *** from succeeding. You must rebuild your kernel without this
92 dnl # Verify the kernel has CONFIG_MODULES support enabled.
110 *** This kernel does not include the required loadable module
113 *** To build OpenZFS as a loadable Linux kernel module
115 *** `CONFIG_MODULES=y` in the kernel configuration and run
118 *** If you don't intend to enable loadable kernel module
119 *** support, please compile OpenZFS as a Linux kernel built-in.
125 *** set `CONFIG_ZFS=y` in the kernel configuration and compile
126 *** kernel as usual.
135 *** This kernel is unable to compile object files.
147 dnl # Verify the kernel has CONFIG_TRIM_UNUSED_KSYMS disabled.
165 *** This kernel has unused symbols trimming enabled, please disable.
166 *** Rebuild the kernel with CONFIG_TRIM_UNUSED_KSYMS=n set.])
174 dnl # Verify the kernel has CONFIG_ZLIB_INFLATE support enabled.
192 *** This kernel does not include the required zlib inflate support.
193 *** Rebuild the kernel with CONFIG_ZLIB_INFLATE=y|m set.])
200 dnl # Verify the kernel has CONFIG_ZLIB_DEFLATE support enabled.
218 *** This kernel does not include the required zlib deflate support.
219 *** Rebuild the kernel with CONFIG_ZLIB_DEFLATE=y|m set.])