diff mbox series

[PATCH/LOCAL] arm64: renesas: defconfig: Refresh for v6.13-rc1

Message ID 6c2212abecd41e99b0acff3620a0b11f76a7e942.1733320915.git.geert+renesas@glider.be (mailing list archive)
State New
Delegated to: Geert Uytterhoeven
Headers show
Series [PATCH/LOCAL] arm64: renesas: defconfig: Refresh for v6.13-rc1 | expand

Commit Message

Geert Uytterhoeven Dec. 4, 2024, 2:03 p.m. UTC
Refresh the defconfig for Renesas ARM64 systems:
  - Disable HiSilicon Hip09 162100801 erratum support (not applicable),
  - Drop CONFIG_ARM64_SME=n (marked broken in commit 81235ae0c846e1fb
    ("arm64: Kconfig: Make SME depend on BROKEN for now")),
  - Disable Hardware managed Access Flag for Table descriptors Feature
    (FEAT_HAFT) support (Renesas SoCs do not have ARMv8.9 or ARMv9.4 CPU
    cores,
  - Disable Guarded Control Stack (GCS) support (Renesas SoCs do not
    have ARMv9.4 CPU cores),
  - Enable Renesas ISL28022 power monitor support, as used on the RZ/G3S
    SMARC development board,
  - Disable Chrome hardware platform support (not applicable),
  - Enable RZ/G3S VBATTB clock controller support, as used on the RZ/G3S
    SMARC SoM,
  - Enable R-Car Gen4 E-FUSE support, as used on the Spider development
    board.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Not intended for upstream merge.
To be applied to the topic/renesas-defconfig branch.

 arch/arm64/configs/renesas_defconfig | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index 24be37b05197b266..b6713b6f4b023b78 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -45,6 +45,7 @@  CONFIG_ARCH_RENESAS=y
 # CONFIG_CAVIUM_TX2_ERRATUM_219 is not set
 # CONFIG_FUJITSU_ERRATUM_010001 is not set
 # CONFIG_HISILICON_ERRATUM_161600802 is not set
+# CONFIG_HISILICON_ERRATUM_162100801 is not set
 # CONFIG_QCOM_FALKOR_ERRATUM_1003 is not set
 # CONFIG_QCOM_FALKOR_ERRATUM_1009 is not set
 # CONFIG_QCOM_QDF2400_ERRATUM_0065 is not set
@@ -66,7 +67,8 @@  CONFIG_COMPAT=y
 # CONFIG_ARM64_MTE is not set
 # CONFIG_ARM64_EPAN is not set
 # CONFIG_ARM64_POE is not set
-# CONFIG_ARM64_SME is not set
+# CONFIG_ARM64_HAFT is not set
+# CONFIG_ARM64_GCS is not set
 CONFIG_HIBERNATION=y
 CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
 CONFIG_CPU_IDLE=y
@@ -193,6 +195,7 @@  CONFIG_PINCTRL_SINGLE=y
 CONFIG_GPIO_RCAR=y
 CONFIG_GPIO_PCA953X=y
 CONFIG_GPIO_BD9571MWV=y
+CONFIG_SENSORS_ISL28022=y
 CONFIG_THERMAL=y
 CONFIG_CPU_THERMAL=y
 CONFIG_THERMAL_EMULATION=y
@@ -366,12 +369,12 @@  CONFIG_VIRTIO_MMIO=y
 CONFIG_STAGING=y
 CONFIG_STAGING_MEDIA=y
 CONFIG_VIDEO_MAX96712=y
-CONFIG_CHROME_PLATFORMS=y
 CONFIG_COMMON_CLK_CS2000_CP=y
 CONFIG_COMMON_CLK_PWM=y
 CONFIG_COMMON_CLK_VC3=y
 CONFIG_COMMON_CLK_VC5=y
 CONFIG_CLK_RCAR_USB2_CLOCK_SEL=y
+CONFIG_CLK_RENESAS_VBATTB=y
 CONFIG_HWSPINLOCK=y
 # CONFIG_FSL_ERRATUM_A008585 is not set
 # CONFIG_HISILICON_ERRATUM_161010101 is not set
@@ -416,6 +419,7 @@  CONFIG_PHY_R8A779F0_ETHERNET_SERDES=y
 CONFIG_PHY_RCAR_GEN3_PCIE=y
 CONFIG_PHY_RCAR_GEN3_USB2=y
 CONFIG_PHY_RCAR_GEN3_USB3=y
+CONFIG_NVMEM_RCAR_EFUSE=y
 CONFIG_TEE=y
 CONFIG_OPTEE=y
 CONFIG_COUNTER=y