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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D765FC433F5 for ; Mon, 8 Nov 2021 04:00:40 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 199E861361 for ; Mon, 8 Nov 2021 04:00:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 199E861361 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C476D83827; Mon, 8 Nov 2021 05:00:23 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 2CAA483834; Mon, 8 Nov 2021 05:00:13 +0100 (CET) Received: from mail-qk1-f172.google.com (mail-qk1-f172.google.com [209.85.222.172]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id B618283817 for ; Mon, 8 Nov 2021 04:59:58 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=tom.rini@gmail.com Received: by mail-qk1-f172.google.com with SMTP id bj27so12707490qkb.11 for ; Sun, 07 Nov 2021 19:59:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=eJma4M2gjuT1QVRr5Vh1zJHW5AAW/9EgudsTaCEDs4A=; b=fsEKR6Ki0y7etayDFBr/jbhMPiDIpyNTf7GfB2McR9tKG8AXLoCUodrVOm0GBjIus1 V0C8eaOhIglP6okOt+CTIoCr2iihpRH9BMhvRttqBrLhPcUwT6zN/wVpXwS60AQ9jzI4 +aNHJj39N4re3f2Vim87U5XB7U2oYR4A5QcVzpC7LeZ2dvgbD/2DjH1pI9XTyh6HvmiQ fdCmtb06qCUF4hmjjXvtP1nUYgjG5gJTXs+Pwol9Dhi7q7suFSqz6ejrMsIJAKLph5SP 5bMueJ4knK4IZfuD3wBZ0O3iZwVqTO29Rrsm6HESHJTx5zyTiHoefJsPv28148LZ6Yu+ mLAw== X-Gm-Message-State: AOAM533nY47uH8KzKG5lWTVYWPdSi5wPuycu8WIkWCQqTaB70oKMQN9A 6aGKQovWFdzxYnZQ8duLBkOd7+UOag== X-Google-Smtp-Source: ABdhPJzo/tsmWJ/mfMG/sWLMfm+rzUpPAaC7N5awNalLe61041eXwJCJdmWE9G6ARj9vqKhf7yPsoQ== X-Received: by 2002:a05:620a:4151:: with SMTP id k17mr24866076qko.166.1636343997473; Sun, 07 Nov 2021 19:59:57 -0800 (PST) Received: from bill-the-cat.lan (2603-6081-7b01-cbda-65cb-752a-b567-5ae4.res6.spectrum.com. [2603:6081:7b01:cbda:65cb:752a:b567:5ae4]) by smtp.gmail.com with ESMTPSA id k6sm10460794qtx.32.2021.11.07.19.59.56 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 07 Nov 2021 19:59:57 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 04/20] Convert CONFIG_BITBANGMII to Kconfig Date: Sun, 7 Nov 2021 22:59:35 -0500 Message-Id: <20211108035951.3580952-4-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211108035951.3580952-1-trini@konsulko.com> References: <20211108035951.3580952-1-trini@konsulko.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean This converts the following to Kconfig: CONFIG_BITBANGMII Signed-off-by: Tom Rini --- configs/r8a779a0_falcon_defconfig | 1 + include/configs/falcon.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/r8a779a0_falcon_defconfig b/configs/r8a779a0_falcon_defconfig index cb21d3a5d307..bad558542231 100644 --- a/configs/r8a779a0_falcon_defconfig +++ b/configs/r8a779a0_falcon_defconfig @@ -52,6 +52,7 @@ CONFIG_MTD=y CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH_SPANSION=y # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set +CONFIG_BITBANGMII=y CONFIG_PHY_MICREL=y CONFIG_PHY_MICREL_KSZ90X1=y CONFIG_DM_ETH=y diff --git a/include/configs/falcon.h b/include/configs/falcon.h index 67931febf84f..d783faf180e5 100644 --- a/include/configs/falcon.h +++ b/include/configs/falcon.h @@ -22,7 +22,6 @@ #define GICR_BASE 0xF1060000 /* Ethernet RAVB */ -#define CONFIG_BITBANGMII #define CONFIG_BITBANGMII_MULTI /* Board Clock */ -- 2.25.1