mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-30 23:16:40 +00:00
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:
parent
741501c2e3
commit
9922c3a7f5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user