diff options
| author | Tom Rini <trini@konsulko.com> | 2025-05-01 10:49:07 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-05-01 10:49:07 -0600 |
| commit | ad60d979289650659cc6e158228d2049636215b0 (patch) | |
| tree | 8348659e370dd6c9f9f059d52ee7361d60bcec7c /arch | |
| parent | 152fa1b7fd6b43c727e322aec7a870a33865a248 (diff) | |
| parent | 2a61f40d4a9f7eacce67a80ce79f916996c4196d (diff) | |
Merge tag 'dm-pull-mayday' of git://git.denx.de/u-boot-dm
Support for calculating video damage
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-omap2/omap3/Kconfig | 1 | ||||
| -rw-r--r-- | arch/arm/mach-sunxi/Kconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap3/Kconfig b/arch/arm/mach-omap2/omap3/Kconfig index a175e5ce6ed..b50b8a5f6bd 100644 --- a/arch/arm/mach-omap2/omap3/Kconfig +++ b/arch/arm/mach-omap2/omap3/Kconfig @@ -95,6 +95,7 @@ config TARGET_OMAP3_LOGIC select OMAP3_GPIO_4 select OMAP3_GPIO_6 imply CMD_DM + imply VIDEO_DAMAGE config TARGET_TAO3530 bool "TAO3530" diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index fce817c9d40..17179593913 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig @@ -836,6 +836,7 @@ config VIDEO_SUNXI depends on !SUNXI_GEN_NCAT2 select VIDEO select DISPLAY + imply VIDEO_DAMAGE imply VIDEO_DT_SIMPLEFB default y ---help--- |
