]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: rmobile: Split R-Car Gen3 into separate Kconfig from common 64bit options
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Tue, 28 Feb 2023 06:28:57 +0000 (07:28 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 18 Mar 2023 11:02:38 +0000 (12:02 +0100)
commit7a04ebaaf26c060e4bd1749716db03b30cee17d2
tree10a7f110630bd29aa9a8994f2bc0e99f4e4d4689
parent7272da325bf6a6e4e760aad701b20aa961c65c45
ARM: rmobile: Split R-Car Gen3 into separate Kconfig from common 64bit options

There are multiple shared Kconfig options between R-Car Gen3 and Gen4.
Keep the common options in Kconfig.64 and move the R-Car Gen3 specific
options into separate Kconfig.rcar3 . The Kconfig.rcar3 contains SoC
and board list, which is limited to R-Car Gen3.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
arch/arm/mach-rmobile/Kconfig.64
arch/arm/mach-rmobile/Kconfig.rcar3 [new file with mode: 0644]