diff options
| author | Simon Glass <[email protected]> | 2016-01-30 16:37:51 -0700 |
|---|---|---|
| committer | Tom Warren <[email protected]> | 2016-02-16 09:17:51 -0700 |
| commit | d2f906500eb31e2661aacb99d811ab07da0fd5bd (patch) | |
| tree | 168a4a3ffecba527a21071bb65f3a458ae68bad3 /board | |
| parent | d76592122b347473f09a440702cc3be03e368511 (diff) | |
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 <[email protected]>
Acked-by: Anatolij Gustschin <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/toradex/colibri_t20/colibri_t20.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/toradex/colibri_t20/colibri_t20.c b/board/toradex/colibri_t20/colibri_t20.c index 83e1ddc734c..879f25a5384 100644 --- a/board/toradex/colibri_t20/colibri_t20.c +++ b/board/toradex/colibri_t20/colibri_t20.c @@ -114,7 +114,7 @@ void pin_mux_usb(void) } #endif -#ifdef CONFIG_VIDEO_TEGRA +#ifdef CONFIG_VIDEO_TEGRA20 /* * Routine: pin_mux_display * Description: setup the pin muxes/tristate values for the LCD interface) |
