mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
dec699bea7
Pull the SYS_SOC Kconfig option to avoid duplication of this option in Kconfig.{32,64,rza1} . The default value is the same, so just set it in one location. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
25 lines
349 B
Text
25 lines
349 B
Text
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
|
|
|
|
# Renesas Supported Boards
|
|
source "board/renesas/grpeach/Kconfig"
|
|
|
|
endif
|