openeuler inclusion
category: feature
bugzilla: #I7LM8U:【openEuler-23.09】x86_64 架构下添加 CONFIG_DRM_GUD and CONFIG_LZ4_COMPRESS

Reference:https://gitee.com/src-openeuler/kernel/pulls/933


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.