[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 4/8] hw/char: Introduce SH_SCI Kconfig entry
From: |
Peter Maydell |
Subject: |
Re: [PATCH v2 4/8] hw/char: Introduce SH_SCI Kconfig entry |
Date: |
Sun, 21 Feb 2021 20:45:36 +0000 |
On Sun, 21 Feb 2021 at 20:03, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> We want to be able to use the 'SH4' config for architecture
> specific features. Add more fine-grained selection by adding
> a CONFIG_SH_SCI selector for the SH4 serial controller.
>
> Add the missing MAINTAINERS entries.
>
> Suggested-by: Peter Maydell <peter.maydell@linaro.org>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> MAINTAINERS | 2 ++
> hw/char/Kconfig | 3 +++
> hw/char/meson.build | 2 +-
> hw/sh4/Kconfig | 1 +
> 4 files changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index da10756abf7..34587d90637 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1387,6 +1387,7 @@ R2D
> M: Yoshinori Sato <ysato@users.sourceforge.jp>
> R: Magnus Damm <magnus.damm@gmail.com>
> S: Odd Fixes
> +F: hw/char/sh_serial.c
> F: hw/sh4/r2d.c
> F: hw/intc/sh_intc.c
> F: include/hw/sh4/sh_intc.h
> @@ -1395,6 +1396,7 @@ Shix
> M: Yoshinori Sato <ysato@users.sourceforge.jp>
> R: Magnus Damm <magnus.damm@gmail.com>
> S: Odd Fixes
> +F: hw/char/sh_serial.c
> F: hw/sh4/shix.c
> F: hw/intc/sh_intc.c
> F: include/hw/sh4/sh_intc.h
I didn't realise you could list a file twice in MAINTAINERS,
but we I guess we already do for sh_intc.c.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH v2 0/8] hw/sh4: Kconfig cleanups, Philippe Mathieu-Daudé, 2021/02/21
- [PATCH v2 1/8] hw/sh4: Add missing license, Philippe Mathieu-Daudé, 2021/02/21
- [PATCH v2 2/8] hw/sh4: Add missing Kconfig dependency on SH7750 for the R2D board, Philippe Mathieu-Daudé, 2021/02/21
- [PATCH v2 3/8] hw/intc: Introduce SH_INTC Kconfig entry, Philippe Mathieu-Daudé, 2021/02/21
- [PATCH v2 4/8] hw/char: Introduce SH_SCI Kconfig entry, Philippe Mathieu-Daudé, 2021/02/21
- Re: [PATCH v2 4/8] hw/char: Introduce SH_SCI Kconfig entry,
Peter Maydell <=
- [PATCH v2 5/8] hw/timer: Introduce SH_TIMER Kconfig entry, Philippe Mathieu-Daudé, 2021/02/21
- [PATCH v2 6/8] hw/block: Introduce TC58128 eeprom Kconfig entry, Philippe Mathieu-Daudé, 2021/02/21
- [PATCH v2 7/8] hw/pci-host: Introduce SH_PCI Kconfig entry, Philippe Mathieu-Daudé, 2021/02/21
- [PATCH v2 8/8] hw/sh4: Remove now unused CONFIG_SH4 from Kconfig, Philippe Mathieu-Daudé, 2021/02/21