From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from relay9-d.mail.gandi.net ([217.70.183.199]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jTKoF-0001bG-Vh for barebox@lists.infradead.org; Tue, 28 Apr 2020 07:37:42 +0000 From: Ahmad Fatoum Date: Tue, 28 Apr 2020 09:37:27 +0200 Message-Id: <20200428073730.34579-8-ahmad@a3f.at> In-Reply-To: <20200428073730.34579-1-ahmad@a3f.at> References: <20200428073730.34579-1-ahmad@a3f.at> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 08/11] MIPS: ath79: define used, but undefined, Kconfig option To: barebox@lists.infradead.org Cc: Oleksij Rempel SOC_QCA_QCA4531 is selected, but defined no where. fix this. Cc: Oleksij Rempel Signed-off-by: Ahmad Fatoum --- arch/mips/mach-ath79/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/mips/mach-ath79/Kconfig b/arch/mips/mach-ath79/Kconfig index 97eea6a2a245..9dab5fc92aac 100644 --- a/arch/mips/mach-ath79/Kconfig +++ b/arch/mips/mach-ath79/Kconfig @@ -6,6 +6,9 @@ config SOC_QCA_AR9331 config SOC_QCA_AR9344 bool +config SOC_QCA_QCA4531 + bool + if DEBUG_LL choice prompt "DEBUG_LL driver" -- 2.20.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox