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 |
| 9 | help |
| 10 | The Amlogic Meson GXBaby (S905) is an ARM SoC with a |
| 11 | quad-core Cortex-A53 CPU and a Mali-450 GPU. |
| 12 | |
Neil Armstrong | cade865 | 2017-10-12 15:50:32 +0200 | [diff] [blame] | 13 | config MESON_GXL |
| 14 | bool "Support Meson GXL" |
| 15 | select ARM64 |
Beniamino Galvani | c0fc1e2 | 2018-06-14 13:43:39 +0200 | [diff] [blame] | 16 | select CLK |
Neil Armstrong | cade865 | 2017-10-12 15:50:32 +0200 | [diff] [blame] | 17 | select DM |
| 18 | select DM_SERIAL |
| 19 | help |
| 20 | The Amlogic Meson GXL (S905X and S905X) is an ARM SoC with a |
| 21 | quad-core Cortex-A53 CPU and a Mali-450 GPU. |
| 22 | |
Beniamino Galvani | bfcef28 | 2016-05-08 08:30:16 +0200 | [diff] [blame] | 23 | if MESON_GXBB |
| 24 | |
| 25 | config TARGET_ODROID_C2 |
| 26 | bool "ODROID-C2" |
| 27 | help |
| 28 | ODROID-C2 is a single board computer based on Meson GXBaby |
| 29 | with 2 GiB of RAM, Gigabit Ethernet, HDMI, 4 USB, micro-SD |
| 30 | slot, eMMC, IR receiver and a 40-pin GPIO header. |
| 31 | |
Thomas McKahan | eee45b4 | 2018-06-25 16:50:17 +0200 | [diff] [blame^] | 32 | config TARGET_NANOPI_K2 |
| 33 | bool "NANOPI_K2" |
| 34 | help |
| 35 | NANOPI_K2 is a single board computer based on Meson GXBaby |
| 36 | with 2 GiB of RAM, Gigabit Ethernet,AP6212 Wifi, HDMI, 4 USB, |
| 37 | micro-SD slot, eMMC, IR receiver and a 40-pin GPIO header. |
Beniamino Galvani | bfcef28 | 2016-05-08 08:30:16 +0200 | [diff] [blame] | 38 | endif |
| 39 | |
Neil Armstrong | cade865 | 2017-10-12 15:50:32 +0200 | [diff] [blame] | 40 | if MESON_GXL |
| 41 | |
| 42 | config TARGET_P212 |
| 43 | bool "P212" |
| 44 | help |
| 45 | P212 is a reference dessign board based on Meson GXL S905X SoC |
| 46 | with 2 GiB of RAM, Ethernet, HDMI, 2 USB, micro-SD slot, |
| 47 | eMMC, IR receiver, CVBS+Audio jack and a SDIO WiFi module. |
| 48 | |
Neil Armstrong | 96e7b5a | 2017-11-27 10:16:19 +0100 | [diff] [blame] | 49 | config TARGET_LIBRETECH_CC |
| 50 | bool "LIBRETECH-CC" |
| 51 | help |
| 52 | LibreTech CC is a single board computer based on Meson GXL |
| 53 | with 2 GiB of RAM, Ethernet, HDMI, 4 USB, micro-SD slot, |
| 54 | eMMC, IR receiver and a 40-pin GPIO header. |
| 55 | |
Neil Armstrong | 5ff2ee4 | 2017-11-27 10:16:20 +0100 | [diff] [blame] | 56 | config TARGET_KHADAS_VIM |
| 57 | bool "KHADAS-VIM" |
| 58 | help |
| 59 | Khadas VIM is a single board computer based on Meson GXL |
| 60 | with 2 GiB of RAM, Ethernet, HDMI, 4 USB, micro-SD slot, |
| 61 | eMMC, IR receiver and a 40-pin GPIO header. |
| 62 | |
Neil Armstrong | cade865 | 2017-10-12 15:50:32 +0200 | [diff] [blame] | 63 | endif |
| 64 | |
Beniamino Galvani | bfcef28 | 2016-05-08 08:30:16 +0200 | [diff] [blame] | 65 | config SYS_SOC |
| 66 | default "meson" |
| 67 | |
| 68 | config SYS_MALLOC_F_LEN |
| 69 | default 0x1000 |
| 70 | |
Carlo Caione | 1e23737 | 2016-06-10 20:18:23 +0200 | [diff] [blame] | 71 | source "board/amlogic/odroid-c2/Kconfig" |
Beniamino Galvani | bfcef28 | 2016-05-08 08:30:16 +0200 | [diff] [blame] | 72 | |
Thomas McKahan | eee45b4 | 2018-06-25 16:50:17 +0200 | [diff] [blame^] | 73 | source "board/amlogic/nanopi-k2/Kconfig" |
| 74 | |
Neil Armstrong | cade865 | 2017-10-12 15:50:32 +0200 | [diff] [blame] | 75 | source "board/amlogic/p212/Kconfig" |
| 76 | |
Neil Armstrong | 96e7b5a | 2017-11-27 10:16:19 +0100 | [diff] [blame] | 77 | source "board/amlogic/libretech-cc/Kconfig" |
| 78 | |
Neil Armstrong | 5ff2ee4 | 2017-11-27 10:16:20 +0100 | [diff] [blame] | 79 | source "board/amlogic/khadas-vim/Kconfig" |
| 80 | |
Beniamino Galvani | bfcef28 | 2016-05-08 08:30:16 +0200 | [diff] [blame] | 81 | endif |