ARM: configs: remove DEBUG_LL relate configures from rockchip_linux_defconfig
authorYakir Yang <ykk@rock-chips.com>
Mon, 1 Aug 2016 10:10:28 +0000 (18:10 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Tue, 2 Aug 2016 13:25:55 +0000 (21:25 +0800)
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 <ykk@rock-chips.com>
arch/arm/configs/rockchip_linux_defconfig

index 32ad204d17bdc95f5e5bdc8dde87cc8a6f204769..7ddd2aa51e9bf84fe885d2ebbb07adafd2ab8c1a 100644 (file)
@@ -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