diff options
| author | Ricardo Ribalda Delgado <[email protected]> | 2016-01-26 11:24:19 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2016-01-27 15:57:11 +0100 |
| commit | 80cce2629bf5c49e44900d7e4396233b2d012921 (patch) | |
| tree | 4ca3d87e2ee91d1308f4d6e8b99de68fcfadbbca /drivers | |
| parent | 5af08556707f024edded56c3edae99430f3cfceb (diff) | |
ppc: xilinx-ppc4xx: Port to DM serial
xilinx_uartlite has been ported to DM, this patch makes the
xilinx-ppc405-generic and the xilinx-ppc440-generic boards use the new
DM driver.
Signed-off-by: Ricardo Ribalda Delgado <[email protected]>
Acked-by: Stefan Roese <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Reviewed-by: Michal Simek <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/serial/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 5c7b1fa90da..1ab61282691 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -280,7 +280,7 @@ config UNIPHIER_SERIAL config XILINX_UARTLITE bool "Xilinx Uarlite support" - depends on DM_SERIAL && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP) + depends on DM_SERIAL && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP || 4xx) help If you have a Xilinx based board and want to use the uartlite serial ports, say Y to this option. If unsure, say N. |
