Re: [PATCH] xtensa: xtfpga: enable DM_SERIAL

2025-05-22 Thread Tom Rini
On Mon, May 12, 2025 at 09:39:31AM -0700, Max Filippov wrote: > Enable DM_SERIAL for the xtensa architecture and update xtfpga_defconfig > > Signed-off-by: Max Filippov > --- > arch/Kconfig | 1 + > configs/xtfpga_defconfig | 6 +++--- > 2 files changed, 4 insertions(+), 3 deletions

[PATCH] xtensa: xtfpga: enable DM_SERIAL

2025-05-12 Thread Max Filippov
Enable DM_SERIAL for the xtensa architecture and update xtfpga_defconfig Signed-off-by: Max Filippov --- arch/Kconfig | 1 + configs/xtfpga_defconfig | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/arch/Kconfig b/arch/Kconfig index ea33d07c086b..38284d22020