aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/plat-arcfpga/Kconfig
diff options
context:
space:
mode:
authorVineet Gupta <Vineet.Gupta1@synopsys.com>2014-06-24 13:55:13 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-10 15:45:30 -0700
commit1b9bff759b03f79173035236ea6f5ff44d9aa866 (patch)
treeaeec8246817f07c36a5946558f8e009c7f1c1dbf /arch/arc/plat-arcfpga/Kconfig
parentserial/arc: inline the probe helper (diff)
downloadlinux-dev-1b9bff759b03f79173035236ea6f5ff44d9aa866.tar.xz
linux-dev-1b9bff759b03f79173035236ea6f5ff44d9aa866.zip
ARC: [arcfpga] RIP early uart platform device stuff
With ARC uart driver switching to generic earlycon, we no longer need this ugliness. You won't be missed. Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arc/plat-arcfpga/Kconfig')
-rw-r--r--arch/arc/plat-arcfpga/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arc/plat-arcfpga/Kconfig b/arch/arc/plat-arcfpga/Kconfig
index e27bb5cc3c1e..b9f34cf55acf 100644
--- a/arch/arc/plat-arcfpga/Kconfig
+++ b/arch/arc/plat-arcfpga/Kconfig
@@ -41,11 +41,4 @@ config ISS_SMP_EXTN
-XTL (To enable CPU start/stop/set-PC for another CPU)
It doesn't provide coherent Caches and/or Atomic Ops (LLOCK/SCOND)
-config ARC_SERIAL_BAUD
- int "UART Baud rate"
- default "115200"
- depends on SERIAL_ARC || SERIAL_ARC_CONSOLE
- help
- Baud rate for the ARC UART
-
endif