diff options
author | Simon Glass <sjg@chromium.org> | 2015-04-14 21:03:43 -0600 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2015-05-13 09:24:12 -0700 |
commit | 531eaedc7a397b34979c6d35e5de7b78d2dddfde (patch) | |
tree | 75cf21bddad5fa39c3f463217b71f92daf0ee798 /configs | |
parent | e7e8823c7c943c7beb4dd57f637bd3a61d156650 (diff) |
tegra: config: nyan-big: Enable LCD
Add the PMIC, LCD settings, PWM and also show the board info at the top of
the LCD when starting up.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/nyan-big_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/nyan-big_defconfig b/configs/nyan-big_defconfig index 0d2ed518955..d447ddc56c0 100644 --- a/configs/nyan-big_defconfig +++ b/configs/nyan-big_defconfig @@ -3,3 +3,5 @@ CONFIG_TEGRA=y CONFIG_TEGRA124=y CONFIG_TARGET_NYAN_BIG=y CONFIG_DEFAULT_DEVICE_TREE="tegra124-nyan-big" +CONFIG_DISPLAY_PORT=y +CONFIG_VIDEO_TEGRA124=y |