mbox series

[v2,0/9] Regenerate arm64 defconfig for current kernel

Message ID 898e79a6-092c-d013-d2bb-f6260e761379@free.fr (mailing list archive)
Headers show
Series Regenerate arm64 defconfig for current kernel | expand

Message

Marc Gonzalez Nov. 7, 2018, 10:39 p.m. UTC
Hello ARM maintainers,

v2: Improve commit message for a few patches

The set of Kconfig options slowly changes with every kernel version.
This patch series regenerates the arm64 defconfig for v4.20
No functional change intended, except adding PINCTRL_MTK_MOORE to
keep PINCTRL_MT7622.

Marc Gonzalez (9):
  arm64: defconfig: Regenerate for v4.20
  arm64: defconfig: Drop ARM_BIG_LITTLE_CPUFREQ
  arm64: defconfig: Drop NF_CONNTRACK_IPV{4,6}
  arm64: defconfig: Drop USB_ULPI_BUS and USB_CHIPIDEA_ULPI
  arm64: defconfig: Replace PINCTRL_MT7622 with PINCTRL_MTK_MOORE
  arm64: defconfig: Drop redundant SND_SOC_ROCKCHIP_I2S
  arm64: defconfig: Drop CRYPTO_DEV_FSL_DPAA2_CAAM
  arm64: defconfig: Change SCSI_UFS_HISI=m
  arm64: defconfig: Drop redundant sound codec options

 arch/arm64/configs/defconfig | 105 +++++++++++++++--------------------
 1 file changed, 46 insertions(+), 59 deletions(-)

Comments

Sudeep Holla Nov. 8, 2018, 9:48 a.m. UTC | #1
On Wed, Nov 07, 2018 at 11:39:19PM +0100, Marc Gonzalez wrote:
> Hello ARM maintainers,
>
> v2: Improve commit message for a few patches
>
> The set of Kconfig options slowly changes with every kernel version.
> This patch series regenerates the arm64 defconfig for v4.20
> No functional change intended, except adding PINCTRL_MTK_MOORE to
> keep PINCTRL_MT7622.

Just to be sure, the end result is same as renormalising the defconfig
right ? Something like:

Commit c432c0880596 ("arm64: defconfig: renormalize based on recent additions")

Otherwise, others may try to do the same again.

--
Regards,
Sudeep