[0/7] arm64: defconfig: Enable various configs for TI platforms

Message ID 20230725105346.1981285-1-u-kumar1@ti.com
Headers
Series arm64: defconfig: Enable various configs for TI platforms |

Message

Kumar, Udit July 25, 2023, 10:53 a.m. UTC
  This patch series enables various config options needed by TI Platform.

bloat-o-meter reports after this change
add/remove: 4/0 grow/shrink: 2/0 up/down: 1592/0 (1592)
[...]
Total: Before=27997071, After=27998663, chg +0.01%



Aradhya Bhatia (1):
  arm64: defconfig: Enable PWM drivers for TI ECAP

Hari Nagalla (1):
  arm64: defconfig: enable TI OMAP2 mailbox and K3 remote proc drivers

Jayesh Choudhary (1):
  arm64: defconfig: Enable SND_SOC_J721E_EVM for audio support

Judith Mendez (1):
  arm64: defconfig: Enable MCAN driver

MD Danish Anwar (1):
  arm64: defconfig: Enable DP83869 Driver

Udit Kumar (2):
  arm64: defconfig: Enable UFS config
  arm64: defconfig: Enable K3 RTI Watchdog

 arch/arm64/configs/defconfig | 13 +++++++++++++
 1 file changed, 13 insertions(+)
  

Comments

Arnd Bergmann July 25, 2023, 11:04 a.m. UTC | #1
On Tue, Jul 25, 2023, at 12:53, Udit Kumar wrote:
> This patch series enables various config options needed by TI Platform.
>
> bloat-o-meter reports after this change
> add/remove: 4/0 grow/shrink: 2/0 up/down: 1592/0 (1592)
> [...]
> Total: Before=27997071, After=27998663, chg +0.01%

This all look good to me, I assume Nishanth or Vignesh will pick
them up into their git tree and send them to soc@kernel.org in
their coming pull requests.

    Arnd