From 3288aa78ae5f7168be9f6c1c126b00b74031c1b7 Mon Sep 17 00:00:00 2001 From: Yakir Yang Date: Mon, 1 Aug 2016 18:10:28 +0800 Subject: [PATCH] ARM: configs: remove DEBUG_LL relate configures from rockchip_linux_defconfig If we enable the kernel low-level debugging port option, then we must assign the right UART types and PHYS address for it. But different CPUs must have different UART configures, we can't cover all of them in this common configure file. For example: * RK3036 would want to chose the UART types would be RK29_UART2, and UART_PHYS would be 0x20068000. * RK3228 would want to chose the UART types would be RK29_UART2, and UART_PHYS would be 0x11030000. * RK3288 would want to chose the UART types would be RK32_UART2, and UART_PHYS would be 0xff690000. Change-Id: I70d0da1fbffbb720b5e464acd79405624d9e7d40 Signed-off-by: Yakir Yang --- arch/arm/configs/rockchip_linux_defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/configs/rockchip_linux_defconfig b/arch/arm/configs/rockchip_linux_defconfig index 32ad204d17bd..7ddd2aa51e9b 100644 --- a/arch/arm/configs/rockchip_linux_defconfig +++ b/arch/arm/configs/rockchip_linux_defconfig @@ -426,8 +426,6 @@ CONFIG_BLK_DEV_IO_TRACE=y CONFIG_LKDTM=y CONFIG_TEST_UDELAY=y CONFIG_STRICT_DEVMEM=y -CONFIG_DEBUG_LL=y -CONFIG_DEBUG_RK29_UART2=y CONFIG_DEBUG_SET_MODULE_RONX=y CONFIG_KEYS=y CONFIG_SECURITY=y -- 2.34.1