linuxOS_D21X/source/uboot-2021.10/arch/arm/mach-rmobile/Kconfig.rza1

29 lines
384 B
Plaintext
Raw Normal View History

2024-11-29 08:13:19 +00:00
if RZA1
# required by the Ethernet driver
config R7S72100
bool
default y
# required by serial and usb driver
config CPU_RZA1
bool
default y
choice
prompt "Renesas RZ/A1 board select"
# Renesas Supported Boards
config TARGET_GRPEACH
bool "GR-PEACH board"
endchoice
config SYS_SOC
default "rmobile"
# Renesas Supported Boards
source "board/renesas/grpeach/Kconfig"
endif