Re: [PATCH v2 09/11] ARM:stixxxx: Add stixxxx options to multi_v7_defconfig
From: Mark Rutland <mark.rutland@arm.com>
Date: 2013-06-17 09:32:52
Also in:
linux-arm-kernel, linux-serial, lkml
From: Mark Rutland <mark.rutland@arm.com>
Date: 2013-06-17 09:32:52
Also in:
linux-arm-kernel, linux-serial, lkml
On Thu, Jun 13, 2013 at 10:24:45AM +0100, Srinivas KANDAGATLA wrote:
On 10/06/13 14:15, Mark Rutland wrote:quoted
CONFIG_EXPERIMENTAL's gone as of 3d374d09f1: "final removal of CONFIG_EXPERIMENTAL", so that's fine to go. CONFIG_GPIO_PL061 and CONFIG_MMC_WMT get selected elsewhere, so that's fine.Am planning to send a patch to clean this up, so that any new platform addition to the multi_v7_defconfig will not under go this discussion again..quoted
It looks like the architected timer deselection is fallout of my own making, the multi_v7_defconfig should now contain HAVE_ARM_ARCH_TIMER rather than ARM_ARCH_TIMER.Why should it even contain HAVE_ARM_ARCH_TIMER/ARM_ARCH_TIMER? The only reason I see for de-selection is because none of the platforms in the multi_v7 defconfig selects it. Looks like there is no platform in mulit_v7 config which requires this support. If there is one I think it should select it. Am I correct?
You're right, I agree that the selection should be moved down into the platforms requiring it. I'll put together patches to fix up those platforms. Thanks, Mark.