diff options
author | Simon Glass | 2016-10-17 20:12:56 -0600 |
---|---|---|
committer | Tom Rini | 2016-10-23 18:33:22 -0400 |
commit | f8b19a889e0d9d21af4be6b0fd6363a5b5a546f7 (patch) | |
tree | 405fb38949de36ace5be0ddd96f474603c46f592 /configs/peach-pi_defconfig | |
parent | 27604b158fb2a85ae96e949822870bb6add10c46 (diff) |
Convert CONFIG_LCD to Kconfig
This converts the following to Kconfig:
CONFIG_LCD
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'configs/peach-pi_defconfig')
-rw-r--r-- | configs/peach-pi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/peach-pi_defconfig b/configs/peach-pi_defconfig index e5f34a16267..df160aea40c 100644 --- a/configs/peach-pi_defconfig +++ b/configs/peach-pi_defconfig @@ -67,5 +67,6 @@ CONFIG_DM_VIDEO=y CONFIG_DISPLAY=y CONFIG_VIDEO_BRIDGE=y CONFIG_VIDEO_BRIDGE_PARADE_PS862X=y +CONFIG_LCD=y CONFIG_TPM=y CONFIG_ERRNO_STR=y |