diff mbox series

ARM: multi_v7_defconfig add /proc/config.gz

Message ID 20230612210208.109267-1-david@ixit.cz (mailing list archive)
State New, archived
Headers show
Series ARM: multi_v7_defconfig add /proc/config.gz | expand

Commit Message

David Heidelberg June 12, 2023, 9:02 p.m. UTC
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(+)

Comments

Greg Kroah-Hartman June 12, 2023, 9:35 p.m. UTC | #1
On Mon, Jun 12, 2023 at 11:02:07PM +0200, David Heidelberg wrote:
> 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

Why not make this a module?

thanks,

greg k-h
diff mbox series

Patch

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