Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1347715 > unrolled thread
| Started by | Andreas Färber <afaerber@suse.de> |
|---|---|
| First post | 2016-03-02 03:40 +0100 |
| Last post | 2016-03-02 03:40 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v2 1/6] ARM64: Enable Amlogic Meson GXBaby platform Andreas Färber <afaerber@suse.de> - 2016-03-02 03:40 +0100
| From | Andreas Färber <afaerber@suse.de> |
|---|---|
| Date | 2016-03-02 03:40 +0100 |
| Subject | [PATCH v2 1/6] ARM64: Enable Amlogic Meson GXBaby platform |
| Message-ID | <r84RI-1dc-31@gated-at.bofh.it> |
Provide the ARCH_MESON Kconfig symbol to allow enabling existing serial and i2c drivers. Signed-off-by: Andreas Färber <afaerber@suse.de> --- v1 -> v2: * Dropped ARM_GIC selection (Sudeep) arch/arm64/Kconfig.platforms | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index a0a69589e46c..a14e024b63a9 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -56,6 +56,11 @@ config ARCH_MEDIATEK help Support for Mediatek MT65xx & MT81xx ARMv8 SoCs +config ARCH_MESON + bool "Amlogic Platforms" + help + This enables support for the Amlogic S905 SoCs. + config ARCH_MVEBU bool "Marvell EBU SoC Family" select ARMADA_AP806_CORE_CLK -- 2.6.2
Back to top | Article view | linux.kernel
csiph-web