diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-27 04:27:57 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-30 17:40:13 (GMT) |
commit | 983b103f1cb1d2d6da039dbdcf1a85d3d2cc0cf4 (patch) | |
tree | 600b5f3437b717d7468ff3b37e2f44df6da7f46c /configs/rpi_defconfig | |
parent | 4893e34b00a6a3e44aafe40f86be6c4c10ade536 (diff) | |
download | u-boot-983b103f1cb1d2d6da039dbdcf1a85d3d2cc0cf4.tar.xz |
Convert CONFIG_SYS_WHITE_ON_BLACK to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_WHITE_ON_BLACK
Signed-off-by: Simon Glass <sjg@chromium.org>
[trini: Make this default y on various SoCs]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/rpi_defconfig')
-rw-r--r-- | configs/rpi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig index 4a90ca8..a07d698 100644 --- a/configs/rpi_defconfig +++ b/configs/rpi_defconfig @@ -19,6 +19,7 @@ CONFIG_MMC_SDHCI_BCM2835=y CONFIG_USB=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y +CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_CONSOLE_SCROLL_LINES=10 CONFIG_LCD=y CONFIG_PHYS_TO_BUS=y |