diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-12-06 18:49:04 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-12-06 18:49:04 +0300 |
commit | 542b667fe9ee139d8c36e41fa25460f0d67b20ac (patch) | |
tree | ce4f972fd89479034e42d16ba2502d1d5fa2a020 /arch/arm/configs/multi_v7_defconfig | |
parent | e88b859cab4b8decd9e545678a66aecb2506d106 (diff) | |
parent | 7c77368b6c42ec87aed9976288a9b50bccb272a6 (diff) | |
download | linux-542b667fe9ee139d8c36e41fa25460f0d67b20ac.tar.xz |
Merge tag 'renesas-arm-defconfig-for-v6.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/defconfig
Renesas ARM defconfig updates for v6.8
- Enable support for the Renesas VersaClock 3 clock generator in the
arm64 defconfig,
- Enable support for the Renesas EtherAVB module in the arm multi_v7
defconfig,
- Refresh shmobile_defconfig for v6.7-rc1.
* tag 'renesas-arm-defconfig-for-v6.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel:
ARM: shmobile: defconfig: Refresh for v6.7-rc1
ARM: multi_v7_defconfig: Enable CONFIG_RAVB
arm64: defconfig: Enable Renesas VersaClock 3 clock generator config
Link: https://lore.kernel.org/r/cover.1701433487.git.geert+renesas@glider.be
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs/multi_v7_defconfig')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 9303061a6f21..a4260c9e600d 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -272,6 +272,7 @@ CONFIG_KS8851=y CONFIG_LAN966X_SWITCH=m CONFIG_R8169=y CONFIG_SH_ETH=y +CONFIG_RAVB=y CONFIG_SMSC911X=y CONFIG_SNI_AVE=y CONFIG_STMMAC_ETH=y |