mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 09:06:30 +00:00
HV: allow disabling serial port via Kconfig
This patch allows to disable the serial port directly from Kconfig. This used to only be possible from the command-line (by passing "uart=disabled"). To disable the serial port via Kconfig, simply unselect the "Serial IO type" option. The default options do not seem to have any effect anymore (and were confusing anyway) so they are removed and the serial port is enabled for various platforms in their corresponding *.config file. Tracked-On: #1481 Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
committed by
Xie, Nanlin
parent
584f6b7255
commit
26dc54ce37
@@ -1,5 +1,5 @@
|
||||
# Generated by Kconfiglib (https://github.com/ulfalizer/Kconfiglib)
|
||||
CONFIG_BOARD="apl-mrb"
|
||||
# CONFIG_PLATFORM_UEFI is not set
|
||||
CONFIG_PLATFORM_SBL=y
|
||||
CONFIG_SERIAL_MMIO=y
|
||||
CONFIG_COM_BASE=0x3e8
|
||||
CONFIG_COM_IRQ=6
|
||||
|
||||
Reference in New Issue
Block a user