blob: e8f16d798b77896332efad6ec05fe4c6ea03bb9b [file] [log] [blame]
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +09001if RCAR_GEN3
2
Marek Vasut30b62ca2019-02-18 13:34:19 +01003menu "Select Target SoC"
Marek Vasuta0f64042017-05-13 15:57:35 +02004
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +09005config R8A7795
Marek Vasuta0f64042017-05-13 15:57:35 +02006 bool "Renesas SoC R8A7795"
Marek Vasut46467ce2019-02-18 13:20:48 +01007 imply CLK_R8A7795
Marek Vasut669367f2019-02-18 13:22:03 +01008 imply PINCTRL_PFC_R8A7795
Marek Vasuta0f64042017-05-13 15:57:35 +02009
Marek Vasut2dea3b32017-05-13 15:57:39 +020010config R8A7796
11 bool "Renesas SoC R8A7796"
Marek Vasut46467ce2019-02-18 13:20:48 +010012 imply CLK_R8A7796
Marek Vasut669367f2019-02-18 13:22:03 +010013 imply PINCTRL_PFC_R8A7796
Marek Vasut2dea3b32017-05-13 15:57:39 +020014
Marek Vasut5cb19e72017-10-09 20:39:47 +020015config R8A77970
16 bool "Renesas SoC R8A77970"
Marek Vasut46467ce2019-02-18 13:20:48 +010017 imply CLK_R8A77970
Marek Vasut669367f2019-02-18 13:22:03 +010018 imply PINCTRL_PFC_R8A77970
Marek Vasut5cb19e72017-10-09 20:39:47 +020019
Marek Vasuta0410a62018-04-26 10:09:06 +020020config R8A77990
21 bool "Renesas SoC R8A77990"
Marek Vasut46467ce2019-02-18 13:20:48 +010022 imply CLK_R8A77990
Marek Vasut669367f2019-02-18 13:22:03 +010023 imply PINCTRL_PFC_R8A77990
Marek Vasuta0410a62018-04-26 10:09:06 +020024
Marek Vasut11545412017-10-08 20:52:52 +020025config R8A77995
26 bool "Renesas SoC R8A77995"
Marek Vasut46467ce2019-02-18 13:20:48 +010027 imply CLK_R8A77995
Marek Vasut669367f2019-02-18 13:22:03 +010028 imply PINCTRL_PFC_R8A77995
Marek Vasut11545412017-10-08 20:52:52 +020029
Marek Vasut30b62ca2019-02-18 13:34:19 +010030endmenu
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090031
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090032choice
Marek Vasut30b62ca2019-02-18 13:34:19 +010033 prompt "Renesas ARM64 SoCs board select"
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090034 optional
35
Marek Vasut7387d4c2017-10-08 20:41:18 +020036config TARGET_DRAAK
37 bool "Draak board"
Marek Vasut30b62ca2019-02-18 13:34:19 +010038 imply R8A77995
Marek Vasut7387d4c2017-10-08 20:41:18 +020039 help
40 Support for Renesas R-Car Gen3 Draak platform
41
Marek Vasutd21f08b2017-10-09 21:08:10 +020042config TARGET_EAGLE
43 bool "Eagle board"
Marek Vasut30b62ca2019-02-18 13:34:19 +010044 imply R8A77970
Marek Vasutd21f08b2017-10-09 21:08:10 +020045 help
46 Support for Renesas R-Car Gen3 Eagle platform
47
Marek Vasut63e22512018-04-26 13:31:39 +020048config TARGET_EBISU
49 bool "Ebisu board"
Marek Vasut30b62ca2019-02-18 13:34:19 +010050 imply R8A77990
Marek Vasut63e22512018-04-26 13:31:39 +020051 help
52 Support for Renesas R-Car Gen3 Ebisu platform
53
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090054config TARGET_SALVATOR_X
55 bool "Salvator-X board"
Marek Vasut30b62ca2019-02-18 13:34:19 +010056 imply R8A7795
57 imply R8A7796
Marek Vasutbdafee72019-03-13 21:09:49 +010058 imply SYS_MALLOC_F
59 imply MULTI_DTB_FIT
60 imply MULTI_DTB_FIT_USER_DEFINED_AREA
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090061 help
Marek Vasut2aef8f32017-05-13 15:57:40 +020062 Support for Renesas R-Car Gen3 platform
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090063
Marek Vasutbd390502017-07-21 23:15:21 +020064config TARGET_ULCB
65 bool "ULCB board"
Marek Vasut30b62ca2019-02-18 13:34:19 +010066 imply R8A7795
67 imply R8A7796
Marek Vasutbdafee72019-03-13 21:09:49 +010068 imply SYS_MALLOC_F
69 imply MULTI_DTB_FIT
70 imply MULTI_DTB_FIT_USER_DEFINED_AREA
Marek Vasutbd390502017-07-21 23:15:21 +020071 help
72 Support for Renesas R-Car Gen3 ULCB platform
73
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090074endchoice
75
76config SYS_SOC
77 default "rmobile"
78
Marek Vasut7387d4c2017-10-08 20:41:18 +020079source "board/renesas/draak/Kconfig"
Marek Vasutd21f08b2017-10-09 21:08:10 +020080source "board/renesas/eagle/Kconfig"
Marek Vasut63e22512018-04-26 13:31:39 +020081source "board/renesas/ebisu/Kconfig"
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090082source "board/renesas/salvator-x/Kconfig"
Marek Vasutbd390502017-07-21 23:15:21 +020083source "board/renesas/ulcb/Kconfig"
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090084
Marek Vasutbdafee72019-03-13 21:09:49 +010085config MULTI_DTB_FIT_UNCOMPRESS_SZ
86 default 0x80000 if TARGET_SALVATOR_X
87 default 0x80000 if TARGET_ULCB
88
89config MULTI_DTB_FIT_USER_DEF_ADDR
90 default 0x49000000 if TARGET_SALVATOR_X
91 default 0x49000000 if TARGET_ULCB
92
93config SYS_MALLOC_F_LEN
94 default 0x8000 if RCAR_GEN3
95
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090096endif