Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754443AbcCWJHP (ORCPT ); Wed, 23 Mar 2016 05:07:15 -0400 Received: from szxga01-in.huawei.com ([58.251.152.64]:6137 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754182AbcCWJHM (ORCPT ); Wed, 23 Mar 2016 05:07:12 -0400 From: MaJun To: , , , , , , , , , , , , , , Subject: [PATCH 0/2] Change the the config option of mbigen driver. Date: Wed, 23 Mar 2016 17:06:31 +0800 Message-ID: <1458723993-21044-1-git-send-email-majun258@huawei.com> X-Mailer: git-send-email 1.9.5.msysgit.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.177.235.245] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020201.56F25CAA.0036,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 562a43f803dd1a2fa8a0d39ce221a2d2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 655 Lines: 18 From: Ma Jun In current driver, the config of mbigen driver is a configurable option and have nothing to do with CONFIG_ARCH_HISI. As a module of Hisilicon SOC, the config of mbigen driver should be selected by CONFIG_ARCH_HISI on Hisilicon platform, but not a configurable option. This patch set is applied to fix this problem. Ma Jun (2): ARM64: Enable mbigen interrupt controller on Hisilicon platform irqchip/mbigen:Change the config option of mbigen driver to non-configurable arch/arm64/Kconfig.platforms | 1 + drivers/irqchip/Kconfig | 14 ++++++-------- 2 files changed, 7 insertions(+), 8 deletions(-)