On 17.04.2025 12:31, Oleksii Kurochko wrote: > On 4/15/25 6:03 PM, Jan Beulich wrote: >> On 08.04.2025 17:57, Oleksii Kurochko wrote: >>> --- a/xen/drivers/char/Kconfig >>> +++ b/xen/drivers/char/Kconfig >>> @@ -3,7 +3,6 @@ config GENERIC_UART_INIT >>> >>> config HAS_NS16550 >>> bool "NS16550 UART driver" if ARM >>> - default n if RISCV >>> default y >> Just to double-check: Unlike Arm you don't want this to be >> user-(un)selectable >> on RISC-V? > > Thanks for noticing that. I want to have this selectable by user. I will add > RISC-V here.
At which point we may want to consider whether the condition on the prompt wouldn't better become "!X86". Jan