]> git.ipfire.org Git - thirdparty/u-boot.git/blob - arch/arm/mach-renesas/Kconfig.rza1
ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesas
[thirdparty/u-boot.git] / arch / arm / mach-renesas / Kconfig.rza1
1 if RZA1
2
3 # required by the Ethernet driver
4 config R7S72100
5 bool
6 default y
7
8 # required by serial and usb driver
9 config CPU_RZA1
10 bool
11 default y
12
13 choice
14 prompt "Renesas RZ/A1 board select"
15
16 # Renesas Supported Boards
17 config TARGET_GRPEACH
18 bool "GR-PEACH board"
19
20 endchoice
21
22 # Renesas Supported Boards
23 source "board/renesas/grpeach/Kconfig"
24
25 endif