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 <minggui.cao@intel.com>
Reviewed-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
Minggui Cao 2019-03-06 14:02:53 +08:00 committed by Eddie Dong
parent 741501c2e3
commit 9922c3a7f5

View File

@ -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