mbox series

[0/6] ARM: refresh config files

Message ID 20240111092550.1313277-1-arnd@kernel.org (mailing list archive)
Headers show
Series ARM: refresh config files | expand

Message

Arnd Bergmann Jan. 11, 2024, 9:25 a.m. UTC
From: Arnd Bergmann <arnd@arndb.de>

I added these to my soc/defconfig branch to help minimize the
diff for 'make savedefconfig'. there are still a lot of lines that
get dropped by this, but I did not manage to get through all of them.

Arnd Bergmann (6):
  arm64: defconfig reorder config lines
  ARM: defconfig: reorder config lines
  ARM: defconfig: remove sysfs-deprecated entries
  ARM: defconfig: remove CONFIG_NET_ETHERNET references
  ARM: defconfig: remove CONFIG_SLUB references
  ARM: defconfig: remove dead platform options

 arch/arm/configs/am200epdkit_defconfig |   2 -
 arch/arm/configs/aspeed_g4_defconfig   |   4 +-
 arch/arm/configs/aspeed_g5_defconfig   |   4 +-
 arch/arm/configs/assabet_defconfig     |   1 -
 arch/arm/configs/at91_dt_defconfig     |   4 +-
 arch/arm/configs/bcm2835_defconfig     |   4 +-
 arch/arm/configs/clps711x_defconfig    |   7 --
 arch/arm/configs/collie_defconfig      |   3 +-
 arch/arm/configs/davinci_all_defconfig |   2 +-
 arch/arm/configs/dove_defconfig        |   2 -
 arch/arm/configs/ep93xx_defconfig      |   2 +-
 arch/arm/configs/footbridge_defconfig  |   1 -
 arch/arm/configs/gemini_defconfig      |   2 +-
 arch/arm/configs/imx_v4_v5_defconfig   |   5 --
 arch/arm/configs/jornada720_defconfig  |   2 -
 arch/arm/configs/lpc32xx_defconfig     |   2 -
 arch/arm/configs/mmp2_defconfig        |   2 -
 arch/arm/configs/moxart_defconfig      |   4 +-
 arch/arm/configs/multi_v4t_defconfig   |   3 +-
 arch/arm/configs/multi_v5_defconfig    |   2 +-
 arch/arm/configs/multi_v7_defconfig    |  26 +++---
 arch/arm/configs/mv78xx0_defconfig     |   2 -
 arch/arm/configs/neponset_defconfig    |   1 -
 arch/arm/configs/netwinder_defconfig   |   1 -
 arch/arm/configs/omap1_defconfig       |   6 +-
 arch/arm/configs/pxa168_defconfig      |   2 -
 arch/arm/configs/pxa3xx_defconfig      |   2 -
 arch/arm/configs/pxa910_defconfig      |   2 -
 arch/arm/configs/pxa_defconfig         |   9 +-
 arch/arm/configs/qcom_defconfig        |  10 +--
 arch/arm/configs/realview_defconfig    |   6 +-
 arch/arm/configs/rpc_defconfig         |   5 +-
 arch/arm/configs/s3c6400_defconfig     |   2 -
 arch/arm/configs/s5pv210_defconfig     |   2 -
 arch/arm/configs/sama5_defconfig       |   2 +-
 arch/arm/configs/sama7_defconfig       |   4 +-
 arch/arm/configs/spitz_defconfig       |   2 -
 arch/arm/configs/stm32_defconfig       |   2 +-
 arch/arm/configs/tegra_defconfig       |   4 +-
 arch/arm/configs/vf610m4_defconfig     |   2 +-
 arch/arm64/configs/defconfig           | 120 ++++++++++++-------------
 41 files changed, 110 insertions(+), 160 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Jan. 11, 2024, 4 p.m. UTC | #1
Hello:

This series was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Thu, 11 Jan 2024 10:25:44 +0100 you wrote:
> From: Arnd Bergmann <arnd@arndb.de>
> 
> I added these to my soc/defconfig branch to help minimize the
> diff for 'make savedefconfig'. there are still a lot of lines that
> get dropped by this, but I did not manage to get through all of them.
> 
> Arnd Bergmann (6):
>   arm64: defconfig reorder config lines
>   ARM: defconfig: reorder config lines
>   ARM: defconfig: remove sysfs-deprecated entries
>   ARM: defconfig: remove CONFIG_NET_ETHERNET references
>   ARM: defconfig: remove CONFIG_SLUB references
>   ARM: defconfig: remove dead platform options
> 
> [...]

Here is the summary with links:
  - [1/6] arm64: defconfig reorder config lines
    https://git.kernel.org/soc/soc/c/67df5b47a946
  - [2/6] ARM: defconfig: reorder config lines
    https://git.kernel.org/soc/soc/c/23a7fa9c08e8
  - [3/6] ARM: defconfig: remove sysfs-deprecated entries
    https://git.kernel.org/soc/soc/c/984893f80e0f
  - [4/6] ARM: defconfig: remove CONFIG_NET_ETHERNET references
    https://git.kernel.org/soc/soc/c/183a967ad19c
  - [5/6] ARM: defconfig: remove CONFIG_SLUB references
    https://git.kernel.org/soc/soc/c/114854438def
  - [6/6] ARM: defconfig: remove dead platform options
    https://git.kernel.org/soc/soc/c/c2dba4d19f65

You are awesome, thank you!