summaryrefslogtreecommitdiff
path: root/drivers/serial/Kconfig
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2015-11-19 21:48:07 +0800
committerTom Rini <trini@konsulko.com>2015-11-21 21:50:04 -0500
commitf27445cbdc3cdfef0d1e98b05f6ef0cc09c7d967 (patch)
treeeb3c5008043f1f6374f7bb66d5b9f9c2a946dbc6 /drivers/serial/Kconfig
parent81cd63a991f87c1ddbf7850beae0a4c543b45c7e (diff)
ns16550: unify serial_ppc
Unify serial_ppc, and use the generic binding. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Tom Rini <trini@konsulko.com> [trini: Add TODO comment] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r--drivers/serial/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 93faa4c88c..b41f508eb8 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.