Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
[linux-drm-fsl-dcu.git] / arch / arm / plat-samsung / Kconfig
index 0a3eec616d6191239b2dd87fda65147e9674b6e9..7a96198e3a7878d819c310facd78367e3c41cc00 100644 (file)
@@ -65,11 +65,6 @@ config SAMSUNG_IRQ_VIC_TIMER
        help
          Internal configuration to build the VIC timer interrupt code.
 
-config SAMSUNG_IRQ_UART
-       bool
-       help
-         Internal configuration to build the IRQ UART demux code.
-
 # options for gpio configuration support
 
 config SAMSUNG_GPIOLIB_4BIT
@@ -370,4 +365,11 @@ config SAMSUNG_PD
        help
          Say Y here if you want to control Power Domain by Runtime PM.
 
+config DEBUG_S3C_UART
+       depends on PLAT_SAMSUNG
+       int
+       default "0" if DEBUG_S3C_UART0
+       default "1" if DEBUG_S3C_UART1
+       default "2" if DEBUG_S3C_UART2
+
 endif