Re: [RFC PATCH v2 02/30] arch/sh: boards/Kconfig unified OF supported targets.
Geert Uytterhoeven <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel |
|---|---|
| Message-ID | <CAMuHMdXoiedCbuQq3KD7oVS92WkO3hXjBzjzfYPMW810xJqWEA@mail.gmail.com> |
Hi Sato-san, On Wed, Sep 13, 2023 at 11:24 AM Yoshinori Sato <[email protected]> wrote: > Targets that support OF should be treated as one board. > > Signed-off-by: Yoshinori Sato <[email protected]> Thanks for your patch! > --- a/arch/sh/boards/Kconfig > +++ b/arch/sh/boards/Kconfig > @@ -376,6 +371,17 @@ config SH_APSH4AD0A > help > Select AP-SH4AD-0A if configuring for an ALPHAPROJECT AP-SH4AD-0A. > > +config SH_OF_BOARD > + bool "General Open Firmware boards" > + select SH_DEVICE_TREE > + select CLKSRC_JCORE_PIT if CPU_J2 > + select JCORE_AIC if CPU_J2 > + select HAVE_PCI if CPU_SUBTYPE_SH7751R > + help > + This board means general OF supported targets. > + Currentry supported. Currently supported: > + J-Core, RTS7751R2DPlus and LANDISK. Although it's usually a bad idea to have such a list, as (hopefully) it becomes outdated soon ;-) > + > source "arch/sh/boards/mach-r2d/Kconfig" > source "arch/sh/boards/mach-highlander/Kconfig" > source "arch/sh/boards/mach-sdk7780/Kconfig" Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds