From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D6FE0EB64DB for ; Mon, 19 Jun 2023 10:33:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231222AbjFSKdK (ORCPT ); Mon, 19 Jun 2023 06:33:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40296 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230157AbjFSKdH (ORCPT ); Mon, 19 Jun 2023 06:33:07 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 66857B3 for ; Mon, 19 Jun 2023 03:33:06 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0472F60B6D for ; Mon, 19 Jun 2023 10:33:06 +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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org 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