Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752758AbdHHPio (ORCPT ); Tue, 8 Aug 2017 11:38:44 -0400 Received: from mail-wr0-f196.google.com ([209.85.128.196]:36400 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752152AbdHHPim (ORCPT ); Tue, 8 Aug 2017 11:38:42 -0400 From: Corentin Labbe To: maxime.ripard@free-electrons.com, wens@csie.org, linux@armlinux.org.uk Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Corentin Labbe Subject: [PATCH] ARM: sunxi: add an help section to the Kconfig Sun8i SoC selection Date: Tue, 8 Aug 2017 17:36:36 +0200 Message-Id: <20170808153636.26846-1-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.13.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 676 Lines: 24 Since sun8i regroup lots of SoCs, it is helpful to list them in the help section of Kconfig. Signed-off-by: Corentin Labbe --- 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