[PATCH v4 0/2] Kconfig: Add dependencies of POWER_RESET for MIPS Malta

From: Yuan Tan
Date: Sat Sep 16 2023 - 08:08:16 EST


These patches are to add dependencies of POWER_RESET for MIPS Malta.

To simplify the enablement of the poweroff support, selecting the
required options for CONFIG_POWER_RESET=y may make many people happy
especially when they are using a customized config (maybe tinyconfig
based) for a target qemu board. Without normal poweroff support from the
kernel side, qemu will simply hang[1] there after a 'poweroff' command,
which is a very bad experience for the automatical tests.

However, CONFIG_POWER_RESET is ineffective if there are no
dependencies that enable certain devices in Kconfig.

Currently, based on tinyconfig, it is very hard to find the exact
poweroff related option[2]. Some architectures' poweroff works well without
any dependence, the others' poweroff options are hidden deeply, which
make things hard.

After multiple verifications, these options have been identified as the
minimum dependencies required for poweroff to function normally.
Additionally, 'make savedefconfig' simplifies the defconfig
automatically.

Zhangjin and I invested a significant amount of time in searching for
the current options on these devices. We hope that this set of patches
will save time for others. If community like it, we will consider adding
dependencies for POWER_RESET on other devices.

We hope every device's CONFIG_POWER_RESET will have proper dependencies. :)

---
[1]: https://lore.kernel.org/lkml/511b2f6009fb830b3f32b4be3dca99596c684fa3.1689759351.git.falcon@xxxxxxxxxxx/
[2]: https://lore.kernel.org/all/983843582e52e83fba79ad45cea6c79e1f62ec6c.1690489039.git.falcon@xxxxxxxxxxx/

v1: https://lore.kernel.org/all/20230831201727.3177853-1-tanyuan@xxxxxxxxxxx/
v2: https://lore.kernel.org/all/cover.1693535514.git.tanyuan@xxxxxxxxxxx/
v3: https://lore.kernel.org/all/cover.1694680448.git.tanyuan@xxxxxxxxxxx/

---
Changes in v2:
- Fix the mistake of using spaces instead of tabs in kconfig.

Changes in v3:
- Enable POWER_RESET and simplify the deconfig.
- Select ADB_CUDA in PPC_PMAC32 only.

Changes in v4:
- Squash last two commits.

Yuan Tan (2):
MIPS: Cleanup malta_defconfig
Kconfig: add dependencies of POWER_RESET for mips malta

arch/mips/Kconfig | 3 +++
arch/mips/configs/malta_defconfig | 39 ++++++-------------------------
2 files changed, 10 insertions(+), 32 deletions(-)


base-commit: e7513eccb7d7f82e28f4730210b42da71edaa6a6
--
2.34.1