public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: multi_v7_defconfig add /proc/config.gz
@ 2023-06-12 21:02 David Heidelberg
  2023-06-12 21:35 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: David Heidelberg @ 2023-06-12 21:02 UTC (permalink / raw)
  To: Russell King, Arnd Bergmann, Claudiu Beznea, Krzysztof Kozlowski,
	Greg Kroah-Hartman, Alexandre Torgue, Fabrice Gasnier,
	Alexander Stein
  Cc: kernel, David Heidelberg, linux-arm-kernel, linux-kernel

While 32-bit ARM isn't that widespread, multi_v7_defconfig is used for
building more generic images, where having access to config can be handy.

arm64 and x86_64 already bundle config.gz, so this is an effort to provide
the same level of comfort with ARMv7 devices.

Signed-off-by: David Heidelberg <david@ixit.cz>
---
 arch/arm/configs/multi_v7_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 084cc612ea23..f40b5936ccbf 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -1,6 +1,8 @@
 CONFIG_SYSVIPC=y
 CONFIG_NO_HZ_IDLE=y
 CONFIG_HIGH_RES_TIMERS=y
+CONFIG_IKCONFIG=y
+CONFIG_IKCONFIG_PROC=y
 CONFIG_CGROUPS=y
 CONFIG_BLK_DEV_INITRD=y
 CONFIG_EMBEDDED=y
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-12 21:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-12 21:02 [PATCH] ARM: multi_v7_defconfig add /proc/config.gz David Heidelberg
2023-06-12 21:35 ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox