Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Description of problem: RISCV架构下不支持配置CONFIG_HSA_AMD Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.RISCV架构下,make menuconfig生成.config文件 2.修改.config文件,添加CONFIG_HSA_AMD=y,重新执行make menuconfig 3.重新查看.config文件是否有CONFIG_HSA_AMD=y配置 4.编译安装内核,加载amdgpu驱动,查看系统中是否有/dev/kfd设备 Actual results: .config文件中没有CONFIG_HSA_AMD=y配置 系统中没有/dev/kfd字符设备 Expected results: .config文件中有CONFIG_HSA_AMD=y配置 系统中有/dev/kfd字符设备 Additional info:
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/5153