Commit 13c11c70 authored by yangdepei's avatar yangdepei
Browse files

hct: fix build err once VFIO disabled

hygon inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/IBSDQ0



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

we need disable HCT build once VFIO has been disabled.
Fixes: c74ae2c5 ("hct: add mediated ccp driver support for hygon crypto technology.")

Signed-off-by: default avataryangdepei <yangdepei@hygon.cn>
parent 0e68a81f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -92,6 +92,7 @@ config CRYPTO_DEV_HCT
	tristate "HCT CCP device"
	default m
	depends on X86_64
	depends on VFIO
	select VFIO_MDEV
	help
	  Provides hygon crypto technology ccp device driver.