summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2015-11-19 13:48:08 (GMT)
committerTom Rini <trini@konsulko.com>2015-11-22 02:50:15 (GMT)
commit98a51fc3d767a49195e3cfc2061849b77e3563db (patch)
tree82e850f311f164e6d6adf53bf7211c5cc8d58d4a /arch/arm/mach-rockchip
parentf27445cbdc3cdfef0d1e98b05f6ef0cc09c7d967 (diff)
downloadu-boot-fsl-qoriq-98a51fc3d767a49195e3cfc2061849b77e3563db.tar.xz
ns16550: unify serial_rockchip
Unify serial_rockchip, and use the generic binding. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Tom Rini <trini@konsulko.com> Tested-by: Ariel D'Alessandro <ariel@vanguardiasur.com.ar> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-rockchip')
-rw-r--r--arch/arm/mach-rockchip/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig
index ab50f4e..3f7dc8e 100644
--- a/arch/arm/mach-rockchip/Kconfig
+++ b/arch/arm/mach-rockchip/Kconfig
@@ -33,9 +33,6 @@ config DM_I2C
config DM_GPIO
default y
-config ROCKCHIP_SERIAL
- default y
-
source "arch/arm/mach-rockchip/rk3288/Kconfig"
endif