Unverified Commit 3c130e24 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!2406 ub: change default Kconfig of urma to n, and depends on arm64

Merge Pull Request from: @yizhen-fan 
 
driver inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I87OZH


CVE: NA

--------------------------------

Change kconfig of urma to default close.
And only support compiling on aarch64

Signed-off-by: default avatarGuoxin Qian <qianguoxin@huawei.com>
Signed-off-by: default avatarYizhen Fan <fanyizhen@huawei.com>
 
Link:https://gitee.com/openeuler/kernel/pulls/2406

 

Reviewed-by: default avatarLijun Li <jerry.lilijun@huawei.com>
Signed-off-by: default avatarJialin Zhang <zhangjialin11@huawei.com>
parents 22cb1432 5b7fa0c0
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2,7 +2,10 @@

menuconfig UB
	tristate "Unified Bus (UB) support"
	default m
	depends on ARM64
	default n
	help
	  Core support for Unified Bus (UB).
	  Currently it only support arm64 structure.
	  Default option is close.
	  To compile UB core as module, choose M here.