diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:12:56 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:33:22 -0400 |
commit | f8b19a889e0d9d21af4be6b0fd6363a5b5a546f7 (patch) | |
tree | 405fb38949de36ace5be0ddd96f474603c46f592 /include/configs/sama5d2_xplained.h | |
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 'include/configs/sama5d2_xplained.h')
-rw-r--r-- | include/configs/sama5d2_xplained.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sama5d2_xplained.h b/include/configs/sama5d2_xplained.h index e684d2a77d..fb42021731 100644 --- a/include/configs/sama5d2_xplained.h +++ b/include/configs/sama5d2_xplained.h @@ -86,7 +86,6 @@ #define CONFIG_MACB_SEARCH_PHY /* LCD */ -/* #define CONFIG_LCD */ #ifdef CONFIG_LCD #define LCD_BPP LCD_COLOR16 |