diff options
| author | Tom Rini <[email protected]> | 2020-06-16 19:06:01 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-06-26 10:29:04 -0400 |
| commit | 0735ac85224a8b518eec6792bac116781dc67aac (patch) | |
| tree | 09d3f63a0574c7630f73b618f2f1b20c384556cb /include | |
| parent | 04f005d552eb748582678a45119b55a99f75748e (diff) | |
Convert CONFIG_AM335X_LCD to Kconfig
This converts the following to Kconfig:
CONFIG_AM335X_LCD
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/brxre1.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/brxre1.h b/include/configs/brxre1.h index 9db011358eb..3a18aec5d33 100644 --- a/include/configs/brxre1.h +++ b/include/configs/brxre1.h @@ -15,9 +15,6 @@ #include <configs/bur_am335x_common.h> #include <linux/stringify.h> /* ------------------------------------------------------------------------- */ -#if !defined(CONFIG_AM335X_LCD) -#define CONFIG_AM335X_LCD -#endif #define LCD_BPP LCD_COLOR32 /* memory */ |
