From patchwork Sun Apr 25 11:14:13 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Russell Senior X-Patchwork-Id: 1470065 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.openwrt.org (client-ip=2001:8b0:10b:1:d65d:64ff:fe57:4e05; helo=desiato.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=desiato.20200630 header.b=lpkCDdxG; dkim-atps=neutral Received: from desiato.infradead.org (desiato.infradead.org [IPv6:2001:8b0:10b:1:d65d:64ff:fe57:4e05]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4FSlzy4Z8Zz9sTD for ; Sun, 25 Apr 2021 21:24:45 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:To:From: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=V7kbxSFKRiOiUnl84VG0GN8dURtXOVttkqQSXS9eeQ8=; b=lpkCDdxG/I4e5x FM5EpYRzUToH7DrcbbzswPr7rJFPrzwBYzd8ZDP/umhcPocUASkR6+1Fb1oj94N3y27YYTw4BuJup oU5NwNlIZrCL+MC5f6HSkjV1zbxlQkOIyjroPBKInScWil5QJwg9HYj57C2zkspbdAx41vGm1aOIX NtQxcCNwZl9pcdYyuWhHR3xLXX0ZjRX7hc5oiFJb6rfWM0/E/N43eg2uSOGbmp4UjnjGr3erE1DVB l49ypKLSf/bh3H365iVFF/R5ulevOultR5oInzH6kkWQcMxfQnRAXvqngRASCrNTF1hXuh2sFYOJt QRs3AVCtuA616B00lBbQ==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lacie-005WLP-LG; Sun, 25 Apr 2021 11:14:32 +0000 Received: from mail.klickitat.com ([54.70.207.208]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1laciW-005WKW-Np for openwrt-devel@lists.openwrt.org; Sun, 25 Apr 2021 11:14:30 +0000 Received: by mail.klickitat.com (Postfix, from userid 182) id 6227EA61401; Sun, 25 Apr 2021 04:14:15 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on dodson.localdomain X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 Received: from husum (husum.ptp [192.168.80.4]) by mail.klickitat.com (Postfix) with ESMTPS id B349BA613FA; Sun, 25 Apr 2021 04:14:13 -0700 (PDT) From: Russell Senior To: openwrt-devel@lists.openwrt.org Subject: [PATCH] ath79: add missing CONFIG symbol for testing kernel 5.10 Date: Sun, 25 Apr 2021 04:14:13 -0700 Message-ID: <877dkqk456.fsf@husum.ptp> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210425_121425_091812_9A6716C6 X-CRM114-Status: UNSURE ( 9.85 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: Spam detection software, running on the system "desiato.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: CONFIG_MFD_RB4XX_CPLD is missing from the testing kernel config, add it disabled Signed-off-by: Russell Senior --- target/linux/ath79/config-5.10 | 1 + 1 file changed, 1 insertion(+) Content analysis details: (0.0 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org CONFIG_MFD_RB4XX_CPLD is missing from the testing kernel config, add it disabled Signed-off-by: Russell Senior --- target/linux/ath79/config-5.10 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ath79/config-5.10 b/target/linux/ath79/config-5.10 index 9aa320dcda..d4abddb445 100644 --- a/target/linux/ath79/config-5.10 +++ b/target/linux/ath79/config-5.10 @@ -96,6 +96,7 @@ CONFIG_MDIO_BUS=y CONFIG_MDIO_DEVICE=y CONFIG_MDIO_GPIO=y CONFIG_MEMFD_CREATE=y +# CONFIG_MFD_RB4XX_CPLD is not set CONFIG_MFD_SYSCON=y CONFIG_MIGRATION=y CONFIG_MIPS=y