mbox series

[v2,0/7] Tegra Kconfig improvements for 5.15

Message ID 20210714025127.2411-1-digetx@gmail.com
Headers show
Series Tegra Kconfig improvements for 5.15 | expand

Message

Dmitry Osipenko July 14, 2021, 2:51 a.m. UTC
This series enables new Kconfig options, it also fixes CONFIG_FB and
CROS_EC options.

Changelog:

v2: - Added two more patches from Maxim Schwalm that are fixing CROS_EC
      options and refreshing tegra_defconfig.

    - Added fixes tag to the CONFIG_FB patch, thanks to Maxim for finding
      the offending commit.

Dmitry Osipenko (5):
  ARM: tegra_defconfig: Enable CONFIG_TEGRA30_TSENSOR
  ARM: tegra_defconfig: Enable CONFIG_FB
  ARM: tegra_defconfig: Enable Acer A500 drivers
  ARM: multi_v7_defconfig: Enable Acer A500 drivers
  ARM: multi_v7_defconfig: Enable CONFIG_TEGRA30_TSENSOR

Maxim Schwalm (2):
  ARM: tegra_defconfig: Enable CONFIG_CROS_EC
  ARM: tegra_defconfig: Rebuild defconfig

 arch/arm/configs/multi_v7_defconfig |  4 ++++
 arch/arm/configs/tegra_defconfig    | 25 ++++++++-----------------
 2 files changed, 12 insertions(+), 17 deletions(-)

Comments

Thierry Reding Aug. 11, 2021, 10:17 a.m. UTC | #1
On Wed, Jul 14, 2021 at 05:51:20AM +0300, Dmitry Osipenko wrote:
> This series enables new Kconfig options, it also fixes CONFIG_FB and
> CROS_EC options.
> 
> Changelog:
> 
> v2: - Added two more patches from Maxim Schwalm that are fixing CROS_EC
>       options and refreshing tegra_defconfig.
> 
>     - Added fixes tag to the CONFIG_FB patch, thanks to Maxim for finding
>       the offending commit.
> 
> Dmitry Osipenko (5):
>   ARM: tegra_defconfig: Enable CONFIG_TEGRA30_TSENSOR
>   ARM: tegra_defconfig: Enable CONFIG_FB
>   ARM: tegra_defconfig: Enable Acer A500 drivers
>   ARM: multi_v7_defconfig: Enable Acer A500 drivers
>   ARM: multi_v7_defconfig: Enable CONFIG_TEGRA30_TSENSOR
> 
> Maxim Schwalm (2):
>   ARM: tegra_defconfig: Enable CONFIG_CROS_EC
>   ARM: tegra_defconfig: Rebuild defconfig
> 
>  arch/arm/configs/multi_v7_defconfig |  4 ++++
>  arch/arm/configs/tegra_defconfig    | 25 ++++++++-----------------
>  2 files changed, 12 insertions(+), 17 deletions(-)

Applied, thanks.

Thierry