Merge git://git.denx.de/u-boot-rockchip
[platform/kernel/u-boot.git] / drivers / serial / Kconfig
index 7ddda9f..ccb80d2 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.