diff options
| author | Thomas Chou <[email protected]> | 2015-11-19 21:48:07 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-11-21 21:50:04 -0500 |
| commit | f27445cbdc3cdfef0d1e98b05f6ef0cc09c7d967 (patch) | |
| tree | eb3c5008043f1f6374f7bb66d5b9f9c2a946dbc6 /drivers/serial/Kconfig | |
| parent | 81cd63a991f87c1ddbf7850beae0a4c543b45c7e (diff) | |
ns16550: unify serial_ppc
Unify serial_ppc, and use the generic binding.
Signed-off-by: Thomas Chou <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
[trini: Add TODO comment]
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/serial/Kconfig')
| -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 93faa4c88c9..b41f508eb8c 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -198,7 +198,7 @@ config ROCKCHIP_SERIAL config NS16550_SERIAL bool "NS16550 UART or compatible" depends on DM_SERIAL - default y if X86 + default y if X86 || PPC help Support NS16550 UART or compatible with driver model. This can be enabled in the device tree with the correct input clock frequency. |
