From 9922c3a7f518c203f06cd38347924ec17884291e Mon Sep 17 00:00:00 2001 From: Minggui Cao Date: Wed, 6 Mar 2019 14:02:53 +0800 Subject: [PATCH] HV: correct COM_IRQ default config type change the config type of COM_IRQ from "hex" to "int"; make it consistent with its default value. Tracked-On: #2689 Signed-off-by: Minggui Cao Reviewed-by: Geoffroy Van Cutsem --- hypervisor/arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypervisor/arch/x86/Kconfig b/hypervisor/arch/x86/Kconfig index b928250af..3b3126988 100644 --- a/hypervisor/arch/x86/Kconfig +++ b/hypervisor/arch/x86/Kconfig @@ -175,7 +175,7 @@ config COM_BASE Base address of the vuart port. config COM_IRQ - hex "IRQ of the vuart port" + int "IRQ of the vuart port" depends on !RELEASE default 4 help