blob: 5b8e3d26fff43c87c83b7e16723e94314c27d076 [file] [log] [blame]
declare_args() {
# Whether to include the PrimeCell UART (PL011) driver.
arch_aarch64_use_pl011 = false
# The base address of the PrimeCell UART (PL011) device.
arch_aarch64_pl011_base_address = ""
}
assert(!arch_aarch64_use_pl011 || arch_aarch64_pl011_base_address != "",
"Must provide the PL011 base address as \"arch_aarch64_pl011_base_address\".")