]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: config: Update Gemini defconfig
authorLinus Walleij <linus.walleij@linaro.org>
Sun, 10 Apr 2022 20:28:37 +0000 (22:28 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 14 Apr 2022 20:59:24 +0000 (22:59 +0200)
commit8e9e801bff57c14d2b53aeeb17f1e0730494dffd
tree360d9f9031fa3f1371e67241041cc7d82cc5538e
parent71fb542546cbd7b963075edd59a1a0f4a0b560e9
ARM: config: Update Gemini defconfig

The Gemini defconfig needs to be updated due to DSA driver
Kconfig changes in the v5.18 merge window:
CONFIG_NET_DSA_REALTEK_SMI is now behind
CONFIG_NET_DSA_REALTEK and the desired DSA switch need
to be selected explicitly with
CONFIG_NET_DSA_REALTEK_RTL8366RB.

Take this opportunity to update some other minor config
options:

- CONFIG_MARVELL_PHY moved around because of Kconfig
  changes.

- CONFIG_SENSORS_DRIVETEMP should be selected since is
  regulates the system critical alert temperature on
  some devices, which is nice if it is handled even
  if initramfs or root fails to mount.

Fixes: f938a011e265 ("net: dsa: realtek-smi: move to subdirectory")
Fixes: 5f47fb4940dd ("net: dsa: realtek: convert subdrivers into modules")
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Cc: Hans Ulli Kroll <ulli.kroll@googlemail.com>
Cc: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/configs/gemini_defconfig