aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig.debug
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2013-07-06 17:59:10 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2013-08-25 12:10:59 -0400
commit7610b607b03ada21e89d964ec27d87a5b93c3d7f (patch)
tree191fc53ebf3f493df9e2032e6913596404781d8e /arch/arm/Kconfig.debug
parentcce278d20340e292dbcbf25db8042baf9e2d88dd (diff)
ARM: debug: provide 8250 debug uart flow control configuration option
Move the definition out of the machine class debug-macro.S header into the Kconfig files. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r--arch/arm/Kconfig.debug9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index 9064ed492fb5..8d3bc84fb612 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -856,6 +856,15 @@ config DEBUG_LL_INCLUDE
856 default "debug/zynq.S" if DEBUG_ZYNQ_UART0 || DEBUG_ZYNQ_UART1 856 default "debug/zynq.S" if DEBUG_ZYNQ_UART0 || DEBUG_ZYNQ_UART1
857 default "mach/debug-macro.S" 857 default "mach/debug-macro.S"
858 858
859config DEBUG_UART_8250
860 def_bool ARCH_EBSA110 || (FOOTBRIDGE && !DEBUG_DC21285_PORT) || \
861 ARCH_GEMINI || ARCH_RPC
862
863config DEBUG_UART_8250_FLOW_CONTROL
864 bool "Enable flow control for 8250 UART"
865 depends on DEBUG_UART_8250
866 default y if ARCH_EBSA110 || FOOTBRIDGE || ARCH_GEMINI || ARCH_RPC
867
859config DEBUG_UNCOMPRESS 868config DEBUG_UNCOMPRESS
860 bool 869 bool
861 depends on ARCH_MULTIPLATFORM 870 depends on ARCH_MULTIPLATFORM