Re: [PATCH] ARM: debug: fix broken DEBUG_LL_INCLUDE for multi platform

2014-06-10 Thread Srinivas Kandagatla
On 10/06/14 11:10, Russell King - ARM Linux wrote: On Tue, Jun 10, 2014 at 10:57:16AM +0100, Srinivas Kandagatla wrote: On multi_v7_defconfig using def_bool in Kconfig can override the selection made as part of DEBUG_LL. This is because def_bool will set the config to true if the expression ev

Re: [PATCH] ARM: debug: fix broken DEBUG_LL_INCLUDE for multi platform

2014-06-10 Thread Russell King - ARM Linux
On Tue, Jun 10, 2014 at 10:57:16AM +0100, Srinivas Kandagatla wrote: > On multi_v7_defconfig using def_bool in Kconfig can override the selection > made as part of DEBUG_LL. This is because def_bool will set the config to true > if the expression evaluates to true, which is what was happening in >

[PATCH] ARM: debug: fix broken DEBUG_LL_INCLUDE for multi platform

2014-06-10 Thread Srinivas Kandagatla
On multi_v7_defconfig using def_bool in Kconfig can override the selection made as part of DEBUG_LL. This is because def_bool will set the config to true if the expression evaluates to true, which is what was happening in multi_v7_defconfig. ARCH_SPEAR13XX selects DEBUG_UART_PL01X overiding any pre