On Wed, Apr 13, 2016 at 4:05 AM, Suzuki K Poulose
<Suzuki.Poulose@xxxxxxx> wrote:
On 12/04/16 20:11, Olof Johansson wrote:
On Tue, Mar 29, 2016 at 11:03:06AM +0100, Suzuki K Poulose wrote:
Do you mean something like :
config ARCH_SUNXI
...
select SUNXI_PLATFORM
And have
config SUNXI_PLATFORM
select SUNXI_DEPENDENCY_1
select SUNXI_DEPENDENCY_2
where SUNXI_PLATFORM drives the dependencies for both ARM and ARM64 ?
No, I believe what Olof is saying is make the kconfig symbol for the
irqchip (irq-sunxi-nmi) select it. If there is not a kconfig symbol
already for it because you just use ARCH_SUNXI directly, then add it.