Commit 5b7fa0c0 authored by Yizhen Fan's avatar Yizhen Fan
Browse files

ub: change default Kconfig to n, and depends on arm64

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>
parent dc909344
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.