diff options
| author | Geert Uytterhoeven <geert+renesas@glider.be> | 2025-12-22 12:14:27 +0300 |
|---|---|---|
| committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2026-01-05 16:39:18 +0300 |
| commit | 898a23193bd860234342eef6ebcc00e9199e3513 (patch) | |
| tree | dc0a53f71cd71ee7aacdac8846934bb1e19425a9 | |
| parent | fc913a1c9df1216db1e33dcea4eb864fd0ca794a (diff) | |
| download | linux-898a23193bd860234342eef6ebcc00e9199e3513.tar.xz | |
ARM: shmobile: defconfig: Refresh for v6.19-rc1
Refresh the defconfig for Renesas ARM systems:
- Enable Renesas RZ/N1 ADC support,
- Drop CONFIG_RPCSEC_GSS_KRB5=n (no longer auto-enabled since now
commit 324be6dcbf09133a ('Revert "SUNRPC: Make RPCSEC_GSS_KRB5
select CRYPTO instead of depending on it"')).
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/2dc339bee5bee0a425e2b00bbb784b0ec21a0a33.1766394793.git.geert+renesas@glider.be
| -rw-r--r-- | arch/arm/configs/shmobile_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 0085921833c3..ef487eab17cc 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -202,6 +202,7 @@ CONFIG_RZ_DMAC=y CONFIG_ARM_GT_INITIAL_PRESCALER_VAL=1 # CONFIG_IOMMU_SUPPORT is not set CONFIG_IIO=y +CONFIG_RZN1_ADC=y CONFIG_AK8975=y CONFIG_PWM=y CONFIG_PWM_RENESAS_RCAR=y @@ -218,7 +219,6 @@ CONFIG_NFS_V3_ACL=y CONFIG_NFS_V4=y CONFIG_NFS_V4_1=y CONFIG_ROOT_NFS=y -# CONFIG_RPCSEC_GSS_KRB5 is not set CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ISO8859_1=y CONFIG_DMA_CMA=y |
