[PATCH v2] ARM: multi_v7_defconfig add /proc/config.gz

David Heidelberg posted 1 patch 2 years, 7 months ago
There is a newer version of this series
arch/arm/configs/multi_v7_defconfig | 2 ++
1 file changed, 2 insertions(+)
[PATCH v2] ARM: multi_v7_defconfig add /proc/config.gz
Posted by David Heidelberg 2 years, 7 months ago
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>
---
v2:
 - build IKCONFIG as a module.

 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..1fc3ad1b3f64 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=m
+CONFIG_IKCONFIG_PROC=y
 CONFIG_CGROUPS=y
 CONFIG_BLK_DEV_INITRD=y
 CONFIG_EMBEDDED=y
-- 
2.39.2