commit | 21320dad47c5c028cdde740873c4573171c20300 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 02 06:29:33 2025 +1300 |
committer | Tom Rini <trini@konsulko.com> | Fri May 02 13:40:25 2025 -0600 |
tree | 69750f930abdf9a1ea05df347db979eb535c489b | |
parent | 430006785e8950d39e8ae4f427a30f08437be79e [diff] |
video: Make white-on-black a video-device property The CONFIG_WHITE_ON_BLACK setting is hard-coded at build-time. It is useful to be able to control this when showing menus. Create a property to hold this information, using the CONFIG as the initial value. Signed-off-by: Simon Glass <sjg@chromium.org>