From 9e39003e7ffa327adaef468840196de2e8820d2f Mon Sep 17 00:00:00 2001 From: Thomas Chou Date: Thu, 19 Nov 2015 21:48:14 +0800 Subject: ns16550: move CONFIG_SYS_NS16550 to Kconfig Move CONFIG_SYS_NS16550 to Kconfig, and run moveconfig.py. Signed-off-by: Thomas Chou --- configs/chromebox_panther_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/chromebox_panther_defconfig') diff --git a/configs/chromebox_panther_defconfig b/configs/chromebox_panther_defconfig index 52336d5edf..8b24727961 100644 --- a/configs/chromebox_panther_defconfig +++ b/configs/chromebox_panther_defconfig @@ -22,6 +22,7 @@ CONFIG_CROS_EC_LPC=y CONFIG_SPI_FLASH=y CONFIG_DM_PCI=y CONFIG_DM_RTC=y +CONFIG_SYS_NS16550=y CONFIG_TPM_TIS_LPC=y CONFIG_VIDEO_VESA=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y -- cgit v1.2.1