diff options
| author | Tom Rini <[email protected]> | 2020-09-14 15:39:27 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-09-14 15:39:46 -0400 |
| commit | 00e5fda0063eaa20e9c3f6844ac88c64eb875f23 (patch) | |
| tree | 20397adfefbe204c2b348e271c056620f4bcadcc /arch | |
| parent | 3dd52dd69e6507624c7bb98aa1dbd5034221afcd (diff) | |
| parent | 185440ffc46f310b0f300c10804ba3cb0a7bf15a (diff) | |
Merge branch '2020-09-12-assorted-bugfixes'
- A large assortment of minor fixes
- Documentation improvements
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-mediatek/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-mediatek/Kconfig b/arch/arm/mach-mediatek/Kconfig index 0042e57017f..7f40ba93190 100644 --- a/arch/arm/mach-mediatek/Kconfig +++ b/arch/arm/mach-mediatek/Kconfig @@ -47,10 +47,10 @@ config TARGET_MT8512 select ARM64 select MT8512 help - The MediaTek MT8512 is a ARM64-based SoC with a quad-core Cortex-A53. + The MediaTek MT8512 is a ARM64-based SoC with a dual-core Cortex-A53. including UART, SPI, USB2.0 and OTG, SD and MMC cards, NAND, PWM, - Ethernet, IR TX/RX, I2C, I2S, S/PDIF, and built-in Wi-Fi / Bluetooth combo - chip and several DDR3 and DDR4 options. + IR RX, I2C, I2S, S/PDIF, and built-in Wi-Fi / Bluetooth digital + and several LPDDR3 and LPDDR4 options. config TARGET_MT8516 bool "MediaTek MT8516 SoC" |
