From: Yakir Yang Date: Mon, 1 Aug 2016 10:10:28 +0000 (+0800) Subject: ARM: configs: remove DEBUG_LL relate configures from rockchip_linux_defconfig X-Git-Tag: firefly_0821_release~2027 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3288aa78ae5f7168be9f6c1c126b00b74031c1b7;p=firefly-linux-kernel-4.4.55.git 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 --- 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