# SPDX-License-Identifier: GPL-2.0
#
# Serial device configuration
#
menu "Serial drivers"
depends on HAS_IOMEM
config SERIAL_EARLYCON
bool
depends on SERIAL_CORE
help
Support for early consoles with the earlycon parameter. This enables
the console before standard serial driver is probed. The console is
enabled when early_param is processed.