Ryder Lee | cbd2fba | 2018-11-15 10:07:52 +0800 | [diff] [blame] | 1 | if ARCH_MEDIATEK |
| 2 | |
| 3 | config SYS_SOC |
| 4 | default "mediatek" |
| 5 | |
| 6 | config SYS_VENDOR |
| 7 | default "mediatek" |
| 8 | |
| 9 | choice |
| 10 | prompt "MediaTek board select" |
| 11 | |
Weijie Gao | 361e13f | 2018-11-15 10:07:53 +0800 | [diff] [blame] | 12 | config TARGET_MT7623 |
| 13 | bool "MediaTek MT7623 SoC" |
| 14 | select CPU_V7A |
| 15 | select ARCH_MISC_INIT |
| 16 | help |
| 17 | The MediaTek MT7623 is a ARM-based SoC with a quad-core Cortex-A7 |
| 18 | including NEON and GPU, Mali-450 graphics, several DDR3 options, |
| 19 | crypto engine, built-in Wi-Fi / Bluetooth combo chip, JPEG decoder, |
| 20 | video interfaces supporting HDMI and MIPI, and video codec support. |
| 21 | Peripherals include Gigabit Ethernet, switch, USB3.0 and OTG, PCIe, |
| 22 | I2S, PCM, S/PDIF, UART, SPI, I2C, IR TX/RX, and PWM. |
| 23 | |
Ryder Lee | cbd2fba | 2018-11-15 10:07:52 +0800 | [diff] [blame] | 24 | config TARGET_MT7629 |
| 25 | bool "MediaTek MT7629 SoC" |
| 26 | select CPU_V7A |
| 27 | select SPL |
| 28 | select ARCH_MISC_INIT |
| 29 | help |
| 30 | The MediaTek MT7629 is a ARM-based SoC with a dual-core Cortex-A7 |
| 31 | including DDR3, crypto engine, 3x3 11n/ac Wi-Fi, Gigabit Ethernet, |
| 32 | switch, USB3.0, PCIe, UART, SPI, I2C and PWM. |
| 33 | |
Fabien Parent | def2fc0 | 2019-03-24 16:46:38 +0100 | [diff] [blame^] | 34 | config TARGET_MT8516 |
| 35 | bool "MediaTek MT8516 SoC" |
| 36 | select ARM64 |
| 37 | select ARCH_MISC_INIT |
| 38 | help |
| 39 | The MediaTek MT8516 is a ARM64-based SoC with a quad-core Cortex-A35. |
| 40 | including UART, SPI, USB2.0 and OTG, SD and MMC cards, NAND, PWM, |
| 41 | Ethernet, IR TX/RX, I2C, I2S, S/PDIF, and built-in Wi-Fi / Bluetooth combo |
| 42 | chip and several DDR3 and DDR4 options. |
| 43 | |
Ryder Lee | cbd2fba | 2018-11-15 10:07:52 +0800 | [diff] [blame] | 44 | endchoice |
| 45 | |
Weijie Gao | 361e13f | 2018-11-15 10:07:53 +0800 | [diff] [blame] | 46 | source "board/mediatek/mt7623/Kconfig" |
Ryder Lee | cbd2fba | 2018-11-15 10:07:52 +0800 | [diff] [blame] | 47 | source "board/mediatek/mt7629/Kconfig" |
| 48 | |
| 49 | endif |