Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1706664
| From | Corentin Labbe <clabbe.montjoie@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] ARM: sunxi: add an help section to the Kconfig Sun8i SoC selection |
| Date | 2017-08-08 17:40 +0200 |
| Message-ID | <uceLW-1Xt-53@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Since sun8i regroup lots of SoCs, it is helpful to list them in the help section of Kconfig. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> --- arch/arm/mach-sunxi/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index 58153cdf025b..2ffcccda2688 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig @@ -42,6 +42,9 @@ config MACH_SUN8I default ARCH_SUNXI select ARM_GIC select MFD_SUN6I_PRCM + help + Select this option if you have one of the following SoC: + A23 A33 A83T H2+ H3 R16 V3S config MACH_SUN9I bool "Allwinner (sun9i) SoCs support" -- 2.13.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] ARM: sunxi: add an help section to the Kconfig Sun8i SoC selection Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-08-08 17:40 +0200 Re: [PATCH] ARM: sunxi: add an help section to the Kconfig Sun8i SoC selection Chen-Yu Tsai <wens@csie.org> - 2017-08-08 17:50 +0200
csiph-web