aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/configs
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2014-04-05 15:30:22 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-04-14 06:50:05 -0700
commitd99a848a2aefccfc7bdc13f09a622006adb69f4b (patch)
tree3490b6d3cef68d741810aca2d39ce758f7d537b9 /arch/arc/configs
parentb46cb9ce8d797382d03943d73b7964df60a7088b (diff)
ARC: [nsimosci] Unbork console
commit 61fb4bfc010b0d2940f7fd87acbce6a0f03217cb upstream. Despite the switch to right UART driver (prev patch), serial console still doesn't work due to missing CONFIG_SERIAL_OF_PLATFORM Also fix the default cmdline in DT to not refer to out-of-tree ARC framebuffer driver for console. Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Cc: Francois Bedard <Francois.Bedard@synopsys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arc/configs')
-rw-r--r--arch/arc/configs/nsimosci_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/configs/nsimosci_defconfig b/arch/arc/configs/nsimosci_defconfig
index 451af30914f6..c01ba35a4eff 100644
--- a/arch/arc/configs/nsimosci_defconfig
+++ b/arch/arc/configs/nsimosci_defconfig
@@ -54,6 +54,7 @@ CONFIG_SERIO_ARC_PS2=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_DW=y
+CONFIG_SERIAL_OF_PLATFORM=y
CONFIG_SERIAL_ARC=y
CONFIG_SERIAL_ARC_CONSOLE=y
# CONFIG_HW_RANDOM is not set