Nobuhiro Iwamatsu | 4dc515a | 2016-04-01 03:51:34 +0900 | [diff] [blame] | 1 | if RCAR_GEN3 |
2 | |||||
Marek Vasut | ee40f1c | 2019-02-18 13:34:19 +0100 | [diff] [blame] | 3 | menu "Select Target SoC" |
Marek Vasut | 0d93a40 | 2017-05-13 15:57:35 +0200 | [diff] [blame] | 4 | |
Nobuhiro Iwamatsu | fdf7c65 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 5 | config R8A7795 |
Marek Vasut | 0d93a40 | 2017-05-13 15:57:35 +0200 | [diff] [blame] | 6 | bool "Renesas SoC R8A7795" |
Marek Vasut | 71710b5 | 2019-02-18 13:20:48 +0100 | [diff] [blame] | 7 | imply CLK_R8A7795 |
Marek Vasut | 9c93052 | 2019-02-18 13:22:03 +0100 | [diff] [blame] | 8 | imply PINCTRL_PFC_R8A7795 |
Marek Vasut | 0d93a40 | 2017-05-13 15:57:35 +0200 | [diff] [blame] | 9 | |
Marek Vasut | 62df312 | 2017-05-13 15:57:39 +0200 | [diff] [blame] | 10 | config R8A7796 |
11 | bool "Renesas SoC R8A7796" | ||||
Marek Vasut | 71710b5 | 2019-02-18 13:20:48 +0100 | [diff] [blame] | 12 | imply CLK_R8A7796 |
Marek Vasut | 9c93052 | 2019-02-18 13:22:03 +0100 | [diff] [blame] | 13 | imply PINCTRL_PFC_R8A7796 |
Marek Vasut | 62df312 | 2017-05-13 15:57:39 +0200 | [diff] [blame] | 14 | |
Marek Vasut | f843f25 | 2019-03-04 01:32:44 +0100 | [diff] [blame] | 15 | config R8A77965 |
16 | bool "Renesas SoC R8A77965" | ||||
Marek Vasut | 98c2058 | 2019-03-04 13:36:13 +0100 | [diff] [blame] | 17 | imply CLK_R8A77965 |
Marek Vasut | 72269e0 | 2019-03-04 01:32:44 +0100 | [diff] [blame] | 18 | imply PINCTRL_PFC_R8A77965 |
Marek Vasut | f843f25 | 2019-03-04 01:32:44 +0100 | [diff] [blame] | 19 | |
Marek Vasut | 46175fc | 2017-10-09 20:39:47 +0200 | [diff] [blame] | 20 | config R8A77970 |
21 | bool "Renesas SoC R8A77970" | ||||
Marek Vasut | 71710b5 | 2019-02-18 13:20:48 +0100 | [diff] [blame] | 22 | imply CLK_R8A77970 |
Marek Vasut | 9c93052 | 2019-02-18 13:22:03 +0100 | [diff] [blame] | 23 | imply PINCTRL_PFC_R8A77970 |
Marek Vasut | 46175fc | 2017-10-09 20:39:47 +0200 | [diff] [blame] | 24 | |
Marek Vasut | cf56785 | 2019-07-29 19:59:44 +0200 | [diff] [blame^] | 25 | config R8A77980 |
26 | bool "Renesas SoC R8A77980" | ||||
27 | imply CLK_R8A77980 | ||||
28 | imply PINCTRL_PFC_R8A77980 | ||||
29 | |||||
Marek Vasut | 001dbf3 | 2018-04-26 10:09:06 +0200 | [diff] [blame] | 30 | config R8A77990 |
31 | bool "Renesas SoC R8A77990" | ||||
Marek Vasut | 71710b5 | 2019-02-18 13:20:48 +0100 | [diff] [blame] | 32 | imply CLK_R8A77990 |
Marek Vasut | 9c93052 | 2019-02-18 13:22:03 +0100 | [diff] [blame] | 33 | imply PINCTRL_PFC_R8A77990 |
Marek Vasut | 001dbf3 | 2018-04-26 10:09:06 +0200 | [diff] [blame] | 34 | |
Marek Vasut | 04cd2e2 | 2017-10-08 20:52:52 +0200 | [diff] [blame] | 35 | config R8A77995 |
36 | bool "Renesas SoC R8A77995" | ||||
Marek Vasut | 71710b5 | 2019-02-18 13:20:48 +0100 | [diff] [blame] | 37 | imply CLK_R8A77995 |
Marek Vasut | 9c93052 | 2019-02-18 13:22:03 +0100 | [diff] [blame] | 38 | imply PINCTRL_PFC_R8A77995 |
Marek Vasut | 04cd2e2 | 2017-10-08 20:52:52 +0200 | [diff] [blame] | 39 | |
Marek Vasut | ee40f1c | 2019-02-18 13:34:19 +0100 | [diff] [blame] | 40 | endmenu |
Nobuhiro Iwamatsu | fdf7c65 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 41 | |
Nobuhiro Iwamatsu | 4dc515a | 2016-04-01 03:51:34 +0900 | [diff] [blame] | 42 | choice |
Marek Vasut | ee40f1c | 2019-02-18 13:34:19 +0100 | [diff] [blame] | 43 | prompt "Renesas ARM64 SoCs board select" |
Nobuhiro Iwamatsu | 4dc515a | 2016-04-01 03:51:34 +0900 | [diff] [blame] | 44 | optional |
45 | |||||
Marek Vasut | 3ef6d08 | 2017-10-08 20:41:18 +0200 | [diff] [blame] | 46 | config TARGET_DRAAK |
47 | bool "Draak board" | ||||
Marek Vasut | ee40f1c | 2019-02-18 13:34:19 +0100 | [diff] [blame] | 48 | imply R8A77995 |
Marek Vasut | 3ef6d08 | 2017-10-08 20:41:18 +0200 | [diff] [blame] | 49 | help |
50 | Support for Renesas R-Car Gen3 Draak platform | ||||
51 | |||||
Marek Vasut | b47bc37 | 2017-10-09 21:08:10 +0200 | [diff] [blame] | 52 | config TARGET_EAGLE |
53 | bool "Eagle board" | ||||
Marek Vasut | ee40f1c | 2019-02-18 13:34:19 +0100 | [diff] [blame] | 54 | imply R8A77970 |
Marek Vasut | b47bc37 | 2017-10-09 21:08:10 +0200 | [diff] [blame] | 55 | help |
56 | Support for Renesas R-Car Gen3 Eagle platform | ||||
57 | |||||
Marek Vasut | 2a46a0b | 2018-04-26 13:31:39 +0200 | [diff] [blame] | 58 | config TARGET_EBISU |
59 | bool "Ebisu board" | ||||
Marek Vasut | ee40f1c | 2019-02-18 13:34:19 +0100 | [diff] [blame] | 60 | imply R8A77990 |
Marek Vasut | 2a46a0b | 2018-04-26 13:31:39 +0200 | [diff] [blame] | 61 | help |
62 | Support for Renesas R-Car Gen3 Ebisu platform | ||||
63 | |||||
Nobuhiro Iwamatsu | fdf7c65 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 64 | config TARGET_SALVATOR_X |
65 | bool "Salvator-X board" | ||||
Marek Vasut | ee40f1c | 2019-02-18 13:34:19 +0100 | [diff] [blame] | 66 | imply R8A7795 |
67 | imply R8A7796 | ||||
Marek Vasut | f843f25 | 2019-03-04 01:32:44 +0100 | [diff] [blame] | 68 | imply R8A77965 |
Marek Vasut | c625994 | 2019-03-13 21:09:49 +0100 | [diff] [blame] | 69 | imply SYS_MALLOC_F |
70 | imply MULTI_DTB_FIT | ||||
71 | imply MULTI_DTB_FIT_USER_DEFINED_AREA | ||||
Nobuhiro Iwamatsu | fdf7c65 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 72 | help |
Marek Vasut | 36f7420 | 2017-05-13 15:57:40 +0200 | [diff] [blame] | 73 | Support for Renesas R-Car Gen3 platform |
Nobuhiro Iwamatsu | fdf7c65 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 74 | |
Marek Vasut | ad43cd3 | 2017-07-21 23:15:21 +0200 | [diff] [blame] | 75 | config TARGET_ULCB |
76 | bool "ULCB board" | ||||
Marek Vasut | ee40f1c | 2019-02-18 13:34:19 +0100 | [diff] [blame] | 77 | imply R8A7795 |
78 | imply R8A7796 | ||||
Marek Vasut | f843f25 | 2019-03-04 01:32:44 +0100 | [diff] [blame] | 79 | imply R8A77965 |
Marek Vasut | c625994 | 2019-03-13 21:09:49 +0100 | [diff] [blame] | 80 | imply SYS_MALLOC_F |
81 | imply MULTI_DTB_FIT | ||||
82 | imply MULTI_DTB_FIT_USER_DEFINED_AREA | ||||
Marek Vasut | ad43cd3 | 2017-07-21 23:15:21 +0200 | [diff] [blame] | 83 | help |
84 | Support for Renesas R-Car Gen3 ULCB platform | ||||
85 | |||||
Nobuhiro Iwamatsu | 4dc515a | 2016-04-01 03:51:34 +0900 | [diff] [blame] | 86 | endchoice |
87 | |||||
88 | config SYS_SOC | ||||
89 | default "rmobile" | ||||
90 | |||||
Marek Vasut | 3ef6d08 | 2017-10-08 20:41:18 +0200 | [diff] [blame] | 91 | source "board/renesas/draak/Kconfig" |
Marek Vasut | b47bc37 | 2017-10-09 21:08:10 +0200 | [diff] [blame] | 92 | source "board/renesas/eagle/Kconfig" |
Marek Vasut | 2a46a0b | 2018-04-26 13:31:39 +0200 | [diff] [blame] | 93 | source "board/renesas/ebisu/Kconfig" |
Nobuhiro Iwamatsu | fdf7c65 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 94 | source "board/renesas/salvator-x/Kconfig" |
Marek Vasut | ad43cd3 | 2017-07-21 23:15:21 +0200 | [diff] [blame] | 95 | source "board/renesas/ulcb/Kconfig" |
Nobuhiro Iwamatsu | fdf7c65 | 2016-04-01 03:51:36 +0900 | [diff] [blame] | 96 | |
Marek Vasut | c625994 | 2019-03-13 21:09:49 +0100 | [diff] [blame] | 97 | config MULTI_DTB_FIT_UNCOMPRESS_SZ |
98 | default 0x80000 if TARGET_SALVATOR_X | ||||
99 | default 0x80000 if TARGET_ULCB | ||||
100 | |||||
101 | config MULTI_DTB_FIT_USER_DEF_ADDR | ||||
102 | default 0x49000000 if TARGET_SALVATOR_X | ||||
103 | default 0x49000000 if TARGET_ULCB | ||||
104 | |||||
105 | config SYS_MALLOC_F_LEN | ||||
106 | default 0x8000 if RCAR_GEN3 | ||||
107 | |||||
Nobuhiro Iwamatsu | 4dc515a | 2016-04-01 03:51:34 +0900 | [diff] [blame] | 108 | endif |