Beniamino Galvani | bfcef28 | 2016-05-08 08:30:16 +0200 | [diff] [blame] | 1 | if ARCH_MESON |
| 2 | |
| 3 | config MESON_GXBB |
| 4 | bool "Support Meson GXBaby" |
| 5 | select ARM64 |
Beniamino Galvani | c0fc1e2 | 2018-06-14 13:43:39 +0200 | [diff] [blame] | 6 | select CLK |
Beniamino Galvani | bfcef28 | 2016-05-08 08:30:16 +0200 | [diff] [blame] | 7 | select DM |
| 8 | select DM_SERIAL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 9 | imply CMD_DM |
Beniamino Galvani | bfcef28 | 2016-05-08 08:30:16 +0200 | [diff] [blame] | 10 | help |
| 11 | The Amlogic Meson GXBaby (S905) is an ARM SoC with a |
| 12 | quad-core Cortex-A53 CPU and a Mali-450 GPU. |
| 13 | |
Neil Armstrong | cade865 | 2017-10-12 15:50:32 +0200 | [diff] [blame] | 14 | config MESON_GXL |
| 15 | bool "Support Meson GXL" |
| 16 | select ARM64 |
Beniamino Galvani | c0fc1e2 | 2018-06-14 13:43:39 +0200 | [diff] [blame] | 17 | select CLK |
Neil Armstrong | cade865 | 2017-10-12 15:50:32 +0200 | [diff] [blame] | 18 | select DM |
| 19 | select DM_SERIAL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 20 | imply CMD_DM |
Neil Armstrong | cade865 | 2017-10-12 15:50:32 +0200 | [diff] [blame] | 21 | help |
Neil Armstrong | c95848c | 2018-06-27 17:19:02 +0200 | [diff] [blame] | 22 | The Amlogic Meson GXL (S905X and S905D) is an ARM SoC with a |
Neil Armstrong | cade865 | 2017-10-12 15:50:32 +0200 | [diff] [blame] | 23 | quad-core Cortex-A53 CPU and a Mali-450 GPU. |
| 24 | |
Loic Devulder | 8afd4ea | 2018-10-03 12:02:07 +0200 | [diff] [blame] | 25 | config MESON_GXM |
| 26 | bool "Support Meson GXM" |
| 27 | select ARM64 |
| 28 | select CLK |
| 29 | select DM |
| 30 | select DM_SERIAL |
| 31 | help |
| 32 | The Amlogic Meson GXM (S912) is an ARM SoC with an |
| 33 | octo-core Cortex-A53 CPU and a Mali-T860 GPU. |
| 34 | |
Beniamino Galvani | bfcef28 | 2016-05-08 08:30:16 +0200 | [diff] [blame] | 35 | if MESON_GXBB |
| 36 | |
| 37 | config TARGET_ODROID_C2 |
| 38 | bool "ODROID-C2" |
| 39 | help |
| 40 | ODROID-C2 is a single board computer based on Meson GXBaby |
| 41 | with 2 GiB of RAM, Gigabit Ethernet, HDMI, 4 USB, micro-SD |
| 42 | slot, eMMC, IR receiver and a 40-pin GPIO header. |
| 43 | |
Thomas McKahan | eee45b4 | 2018-06-25 16:50:17 +0200 | [diff] [blame] | 44 | config TARGET_NANOPI_K2 |
| 45 | bool "NANOPI_K2" |
| 46 | help |
| 47 | NANOPI_K2 is a single board computer based on Meson GXBaby |
| 48 | with 2 GiB of RAM, Gigabit Ethernet,AP6212 Wifi, HDMI, 4 USB, |
| 49 | micro-SD slot, eMMC, IR receiver and a 40-pin GPIO header. |
Beniamino Galvani | bfcef28 | 2016-05-08 08:30:16 +0200 | [diff] [blame] | 50 | endif |
| 51 | |
Neil Armstrong | cade865 | 2017-10-12 15:50:32 +0200 | [diff] [blame] | 52 | if MESON_GXL |
| 53 | |
| 54 | config TARGET_P212 |
| 55 | bool "P212" |
| 56 | help |
| 57 | P212 is a reference dessign board based on Meson GXL S905X SoC |
| 58 | with 2 GiB of RAM, Ethernet, HDMI, 2 USB, micro-SD slot, |
| 59 | eMMC, IR receiver, CVBS+Audio jack and a SDIO WiFi module. |
| 60 | |
Neil Armstrong | 96e7b5a | 2017-11-27 10:16:19 +0100 | [diff] [blame] | 61 | config TARGET_LIBRETECH_CC |
| 62 | bool "LIBRETECH-CC" |
| 63 | help |
| 64 | LibreTech CC is a single board computer based on Meson GXL |
| 65 | with 2 GiB of RAM, Ethernet, HDMI, 4 USB, micro-SD slot, |
| 66 | eMMC, IR receiver and a 40-pin GPIO header. |
| 67 | |
Neil Armstrong | 5ff2ee4 | 2017-11-27 10:16:20 +0100 | [diff] [blame] | 68 | config TARGET_KHADAS_VIM |
| 69 | bool "KHADAS-VIM" |
| 70 | help |
| 71 | Khadas VIM is a single board computer based on Meson GXL |
| 72 | with 2 GiB of RAM, Ethernet, HDMI, 4 USB, micro-SD slot, |
| 73 | eMMC, IR receiver and a 40-pin GPIO header. |
| 74 | |
Neil Armstrong | cade865 | 2017-10-12 15:50:32 +0200 | [diff] [blame] | 75 | endif |
| 76 | |
Loic Devulder | 8afd4ea | 2018-10-03 12:02:07 +0200 | [diff] [blame] | 77 | if MESON_GXM |
| 78 | |
| 79 | config TARGET_KHADAS_VIM2 |
| 80 | bool "KHADAS-VIM2" |
| 81 | help |
| 82 | Khadas VIM2 is a single board computer based on Meson GXM |
| 83 | with 2/3 GiB of RAM, Ethernet, HDMI, 4 USB, micro-SD slot, |
| 84 | eMMC, IR receiver and a 40-pin GPIO header. |
| 85 | |
| 86 | endif |
| 87 | |
Beniamino Galvani | bfcef28 | 2016-05-08 08:30:16 +0200 | [diff] [blame] | 88 | config SYS_SOC |
| 89 | default "meson" |
| 90 | |
| 91 | config SYS_MALLOC_F_LEN |
| 92 | default 0x1000 |
| 93 | |
Carlo Caione | 1e23737 | 2016-06-10 20:18:23 +0200 | [diff] [blame] | 94 | source "board/amlogic/odroid-c2/Kconfig" |
Beniamino Galvani | bfcef28 | 2016-05-08 08:30:16 +0200 | [diff] [blame] | 95 | |
Thomas McKahan | eee45b4 | 2018-06-25 16:50:17 +0200 | [diff] [blame] | 96 | source "board/amlogic/nanopi-k2/Kconfig" |
| 97 | |
Neil Armstrong | cade865 | 2017-10-12 15:50:32 +0200 | [diff] [blame] | 98 | source "board/amlogic/p212/Kconfig" |
| 99 | |
Neil Armstrong | 96e7b5a | 2017-11-27 10:16:19 +0100 | [diff] [blame] | 100 | source "board/amlogic/libretech-cc/Kconfig" |
| 101 | |
Neil Armstrong | 5ff2ee4 | 2017-11-27 10:16:20 +0100 | [diff] [blame] | 102 | source "board/amlogic/khadas-vim/Kconfig" |
| 103 | |
Loic Devulder | 8afd4ea | 2018-10-03 12:02:07 +0200 | [diff] [blame] | 104 | source "board/amlogic/khadas-vim2/Kconfig" |
| 105 | |
Beniamino Galvani | bfcef28 | 2016-05-08 08:30:16 +0200 | [diff] [blame] | 106 | endif |