All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: Magnus Damm <magnus.damm@gmail.com>
Cc: linux-renesas-soc@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [PATCH/LOCAL] arm64: renesas: defconfig: Refresh for v6.0-rc1
Date: Mon, 22 Aug 2022 11:55:10 +0200	[thread overview]
Message-ID: <aaebb94f3a49a495b82da787b1386f40f1ea118e.1661161941.git.geert+renesas@glider.be> (raw)

Refresh the defconfig for Renesas ARM systems:
  - Disable CONFIG_ARM64_ERRATUM_2441009 (No Cortex-A510),
  - Drop CONFIG_ARCH_RANDOM=n (removed in commit 9592eef7c16ec5fb
    ("random: remove CONFIG_ARCH_RANDOM")),
  - Drop CONFIG_ARM_CPUIDLE=y (removed in commit 51280acad8559bd9
    ("cpuidle: cpuidle-arm: remove arm64 support")),
  - Move CONFIG_CAN_RCAR=y and CONFIG_CAN_RCAR_CANFD=y (moved in commit
    d7786af59860a113 ("net: Kconfig: move the CAN device menu to the
    "Device Drivers" section")),
  - Enable RZ/V2M I2C support,
  - Enable Renesas Universal Flash Storage Controller support incl.
    dependencies (R-Car S4-8).

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Not intended for upstream merge.
To be applied to the topic/renesas-defconfig branch.
---
diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index f38272a641873016..1fb9020adf39b2e5 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -32,6 +32,7 @@ CONFIG_ARCH_RENESAS=y
 # CONFIG_ARM64_ERRATUM_2077057 is not set
 # CONFIG_ARM64_ERRATUM_2054223 is not set
 # CONFIG_ARM64_ERRATUM_2067961 is not set
+# CONFIG_ARM64_ERRATUM_2441009 is not set
 # CONFIG_CAVIUM_ERRATUM_22375 is not set
 # CONFIG_CAVIUM_ERRATUM_23154 is not set
 # CONFIG_CAVIUM_ERRATUM_27456 is not set
@@ -59,14 +60,12 @@ CONFIG_COMPAT=y
 # CONFIG_ARM64_TLB_RANGE is not set
 # CONFIG_ARM64_BTI is not set
 # CONFIG_ARM64_E0PD is not set
-# CONFIG_ARCH_RANDOM is not set
 # CONFIG_ARM64_MTE is not set
 # CONFIG_ARM64_EPAN is not set
 # CONFIG_ARM64_SME is not set
 CONFIG_HIBERNATION=y
 CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
 CONFIG_CPU_IDLE=y
-CONFIG_ARM_CPUIDLE=y
 CONFIG_ARM_PSCI_CPUIDLE=y
 CONFIG_CPU_FREQ=y
 CONFIG_CPUFREQ_DT=y
@@ -97,8 +96,6 @@ CONFIG_IP_PNP_BOOTP=y
 # CONFIG_IPV6 is not set
 CONFIG_NETFILTER=y
 CONFIG_CAN=y
-CONFIG_CAN_RCAR=y
-CONFIG_CAN_RCAR_CANFD=y
 CONFIG_BT=y
 CONFIG_BT_LEDS=y
 CONFIG_BT_HCIUART=y
@@ -145,6 +142,8 @@ CONFIG_SH_ETH=y
 CONFIG_RAVB=y
 CONFIG_MICREL_PHY=y
 CONFIG_REALTEK_PHY=y
+CONFIG_CAN_RCAR=y
+CONFIG_CAN_RCAR_CANFD=y
 CONFIG_MDIO_BUS_MUX_MMIOREG=y
 CONFIG_WLCORE=y
 CONFIG_WLCORE_SDIO=y
@@ -173,6 +172,7 @@ CONFIG_I2C_MUX=y
 CONFIG_I2C_MUX_PCA954x=y
 CONFIG_I2C_DESIGNWARE_PLATFORM=y
 CONFIG_I2C_RIIC=y
+CONFIG_I2C_RZV2M=y
 CONFIG_I2C_SH_MOBILE=y
 CONFIG_I2C_RCAR=y
 CONFIG_SPI=y
@@ -316,6 +316,9 @@ CONFIG_TYPEC=y
 CONFIG_TYPEC_HD3SS3220=y
 CONFIG_MMC=y
 CONFIG_MMC_SDHI=y
+CONFIG_SCSI_UFSHCD=y
+CONFIG_SCSI_UFSHCD_PLATFORM=y
+CONFIG_SCSI_UFS_RENESAS=y
 CONFIG_NEW_LEDS=y
 CONFIG_LEDS_CLASS=y
 CONFIG_LEDS_GPIO=y
-- 
2.25.1


                 reply	other threads:[~2022-08-22  9:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aaebb94f3a49a495b82da787b1386f40f1ea118e.1661161941.git.geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.