]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/serial/Kconfig
Merge git://git.denx.de/u-boot-rockchip
[karo-tx-uboot.git] / drivers / serial / Kconfig
index 7ddda9f205599c8e884652828febf26968eccaec..ccb80d2d1d90198c5ae104b532b234d3ca33fe43 100644 (file)
@@ -120,7 +120,7 @@ config ROCKCHIP_SERIAL
 
 config SANDBOX_SERIAL
        bool "Sandbox UART support"
-       depends on SANDBOX && DM
+       depends on SANDBOX
        help
          Select this to enable a seral UART for sandbox. This is required to
          operate correctly, otherwise you will see no serial output from
@@ -140,7 +140,7 @@ config SANDBOX_SERIAL
 
 config UNIPHIER_SERIAL
        bool "Support for UniPhier on-chip UART"
-       depends on ARCH_UNIPHIER && DM_SERIAL
+       depends on ARCH_UNIPHIER
        help
          If you have a UniPhier based board and want to use the on-chip
          serial ports, say Y to this option. If unsure, say N.