From patchwork Thu Dec 12 09:11:43 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13904858 X-Patchwork-Delegate: kuba@kernel.org Received: from laurent.telenet-ops.be (laurent.telenet-ops.be [195.130.137.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7C01220B808 for ; Thu, 12 Dec 2024 09:11:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.137.89 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733994715; cv=none; b=VTGNt09x6axdYdLX5SVOfBQWCEXr6JBQdmgcGK7aKPJKon96dwcyh/6aBmQDGzFA56z6dkdT4L9AWe+RK5+/5cFeprsfpIDMMc+TC5A82MuUgaoAAo+boYiagL1bS614I4ZP0Qz68XvP+/47ZcDVV2MQDQ2MtPpPcuYDMj3hrUQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733994715; c=relaxed/simple; bh=YvzfaZqoAhws0X0dD6GV90bHHv20ZBj2S1BxeR9pZsw=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=niRbAWH5+gSHFYc7XPhJHFohfkhQhfDZQCfhl0+S9BNWrrU4Gu5fDMmZTb/LpplgJ6/N8UosUtGgw93ew3VEQMiarQBtgdis+7eKtBREnGYF6S2CuZA8zkcYEmCU/HD79No9RNIF0oAYq1ss0cRaPtINRQfgu2f84Lw0QDdwkU4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.137.89 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:a086:deff:83e6:222b]) by laurent.telenet-ops.be with cmsmtp id nlBl2D0021T2bNC01lBlLn; Thu, 12 Dec 2024 10:11:45 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1tLfEU-000pz5-H8; Thu, 12 Dec 2024 10:11:45 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1tLfEX-00DEig-1r; Thu, 12 Dec 2024 10:11:45 +0100 From: Geert Uytterhoeven To: Parthiban Veerasooran , Andrew Lunn , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH v2 net-next] ethernet: Make OA_TC6 config symbol invisible Date: Thu, 12 Dec 2024 10:11:43 +0100 Message-Id: <3b600550745af10ab7d7c3526353931c1d39f641.1733994552.git.geert+renesas@glider.be> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Patchwork-Delegate: kuba@kernel.org Commit aa58bec064ab1622 ("net: ethernet: oa_tc6: implement register write operation") introduced a library that implements the OPEN Alliance TC6 10BASE-T1x MAC-PHY Serial Interface protocol for supporting 10BASE-T1x MAC-PHYs. There is no need to ask the user about enabling this library, as all drivers that use it select the OA_TC6 symbol. Hence make the symbol invisible, unless when compile-testing. Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman --- v2: - Target at net-next instead on net, as suggested by Simon, - Replace Fixes-tag by description, as suggested by Simon. --- drivers/net/ethernet/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/Kconfig b/drivers/net/ethernet/Kconfig index 9a542e3c9b05d877..977b42bc1e8c1e88 100644 --- a/drivers/net/ethernet/Kconfig +++ b/drivers/net/ethernet/Kconfig @@ -159,7 +159,7 @@ config ETHOC Say Y here if you want to use the OpenCores 10/100 Mbps Ethernet MAC. config OA_TC6 - tristate "OPEN Alliance TC6 10BASE-T1x MAC-PHY support" + tristate "OPEN Alliance TC6 10BASE-T1x MAC-PHY support" if COMPILE_TEST depends on SPI select PHYLIB help