From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 92E7D10961 for ; Mon, 19 Jun 2023 10:33:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1B371C433C0; Mon, 19 Jun 2023 10:33:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1687170785; bh=YWUI4LhLQsaZku+adHmUfwJvksQC3BFmITBA1sBc9Dw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=tkw/tID/99MKSiYMnb7cyHey3KoT7pzuDbSY2QENE4Uzx160lChs1mJUVm/QHm+zz uPAEKF/+gCEf4Igv13TJypxOcw6sWZ7LzgRkanCGwu5cWguWGrrntU+y/phIFtNqWM Z7+0TZPW3AAUt35Z08NghvP3LwIeWcIjZq0zzkdY= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Manuel Lauss , Thomas Bogendoerfer , Sasha Levin Subject: [PATCH 6.3 034/187] MIPS: unhide PATA_PLATFORM Date: Mon, 19 Jun 2023 12:27:32 +0200 Message-ID: <20230619102159.294328437@linuxfoundation.org> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230619102157.579823843@linuxfoundation.org> References: <20230619102157.579823843@linuxfoundation.org> User-Agent: quilt/0.67 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Manuel Lauss [ Upstream commit 75b18aac6fa39a1720677970cfcb52ecea1eb44c ] Alchemy DB1200/DB1300 boards can use the pata_platform driver. Unhide the config entry in all of MIPS. Signed-off-by: Manuel Lauss Signed-off-by: Thomas Bogendoerfer Signed-off-by: Sasha Levin --- arch/mips/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index e2f3ca73f40d6..5b3f1f1dfd164 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -82,6 +82,7 @@ config MIPS select HAVE_LD_DEAD_CODE_DATA_ELIMINATION select HAVE_MOD_ARCH_SPECIFIC select HAVE_NMI + select HAVE_PATA_PLATFORM select HAVE_PERF_EVENTS select HAVE_PERF_REGS select HAVE_PERF_USER_STACK_DUMP -- 2.39.2