diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-30 16:37:51 -0700 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2016-02-16 09:17:51 -0700 |
commit | d2f906500eb31e2661aacb99d811ab07da0fd5bd (patch) | |
tree | 168a4a3ffecba527a21071bb65f3a458ae68bad3 /configs | |
parent | d76592122b347473f09a440702cc3be03e368511 (diff) | |
download | u-boot-imx-d2f906500eb31e2661aacb99d811ab07da0fd5bd.zip u-boot-imx-d2f906500eb31e2661aacb99d811ab07da0fd5bd.tar.gz u-boot-imx-d2f906500eb31e2661aacb99d811ab07da0fd5bd.tar.bz2 |
tegra: video: Rename CONFIG_VIDEO_TEGRA to CONFIG_VIDEO_TEGRA20
This option refers only to the tegra20 video driver, so name it as such
to avoid confusion with tegra124.
Also move this option to Kconfig.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/colibri_t20_defconfig | 1 | ||||
-rw-r--r-- | configs/harmony_defconfig | 1 | ||||
-rw-r--r-- | configs/medcom-wide_defconfig | 1 | ||||
-rw-r--r-- | configs/paz00_defconfig | 1 | ||||
-rw-r--r-- | configs/seaboard_defconfig | 1 | ||||
-rw-r--r-- | configs/tec_defconfig | 1 | ||||
-rw-r--r-- | configs/ventana_defconfig | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/configs/colibri_t20_defconfig b/configs/colibri_t20_defconfig index 982cee4..9b198e0 100644 --- a/configs/colibri_t20_defconfig +++ b/configs/colibri_t20_defconfig @@ -14,4 +14,5 @@ CONFIG_CMD_GPIO=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_DM_USB=y +CONFIG_VIDEO_TEGRA20=y CONFIG_USE_PRIVATE_LIBGCC=y diff --git a/configs/harmony_defconfig b/configs/harmony_defconfig index a3f73cc..d1abd4b 100644 --- a/configs/harmony_defconfig +++ b/configs/harmony_defconfig @@ -16,3 +16,4 @@ CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USE_PRIVATE_LIBGCC=y +CONFIG_VIDEO_TEGRA20=y diff --git a/configs/medcom-wide_defconfig b/configs/medcom-wide_defconfig index 6c9e41a..579a338 100644 --- a/configs/medcom-wide_defconfig +++ b/configs/medcom-wide_defconfig @@ -15,4 +15,5 @@ CONFIG_CMD_GPIO=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_DM_USB=y +CONFIG_VIDEO_TEGRA20=y CONFIG_USE_PRIVATE_LIBGCC=y diff --git a/configs/paz00_defconfig b/configs/paz00_defconfig index 9d7350a..37118f8 100644 --- a/configs/paz00_defconfig +++ b/configs/paz00_defconfig @@ -15,4 +15,5 @@ CONFIG_CMD_GPIO=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_DM_USB=y +CONFIG_VIDEO_TEGRA20=y CONFIG_USE_PRIVATE_LIBGCC=y diff --git a/configs/seaboard_defconfig b/configs/seaboard_defconfig index ad16a10..3ced3cc 100644 --- a/configs/seaboard_defconfig +++ b/configs/seaboard_defconfig @@ -15,4 +15,5 @@ CONFIG_CMD_GPIO=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_DM_USB=y +CONFIG_VIDEO_TEGRA20=y CONFIG_USE_PRIVATE_LIBGCC=y diff --git a/configs/tec_defconfig b/configs/tec_defconfig index ea3c369..3b14300 100644 --- a/configs/tec_defconfig +++ b/configs/tec_defconfig @@ -15,4 +15,5 @@ CONFIG_CMD_GPIO=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_DM_USB=y +CONFIG_VIDEO_TEGRA20=y CONFIG_USE_PRIVATE_LIBGCC=y diff --git a/configs/ventana_defconfig b/configs/ventana_defconfig index 3423f24..d83e0d3 100644 --- a/configs/ventana_defconfig +++ b/configs/ventana_defconfig @@ -15,4 +15,5 @@ CONFIG_CMD_GPIO=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_DM_USB=y +CONFIG_VIDEO_TEGRA20=y CONFIG_USE_PRIVATE_LIBGCC=y |