Add option CONFIG_DRM_GUD and CONFIG_LZ4_COMPRESS for x86_64 architecture
issue:#I6GD0C:mainline 分支 x86_64架构 安装失败
issue causes:
Module lz4_compress.o will not be compiled into the kernel unless option CONFIG_LZ4_COMPRESS setted to 'y' or 'm'. When kernel does not provide the lz4_compress module, kmod-kvdo will not find the missing symbols LZ4_compress_default.
Solution:
Add CONFIG_LZ4_COMPRESS and CONFIG_DRM_GUD option for x86_64 architecture.