rockchip: Enable PCIe/M.2 on rk3399 board w/ M.2
[oweals/u-boot.git] / arch / arm / mach-rmobile / 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 config SYS_SOC
23         default "rmobile"
24
25 # Renesas Supported Boards
26 source "board/renesas/grpeach/Kconfig"
27
28 endif