Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp3768903yba; Mon, 29 Apr 2019 08:13:24 -0700 (PDT) X-Google-Smtp-Source: APXvYqzLT1ZrYaVP07cDP6fKOQ5N9RktCdv5zDaL0zhMi5Cp8F1JlUsx7WDr76IwAJnmB8xMxbdx X-Received: by 2002:a17:902:e405:: with SMTP id ci5mr28086494plb.224.1556550804717; Mon, 29 Apr 2019 08:13:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556550804; cv=none; d=google.com; s=arc-20160816; b=UgC/tfl6vmES0g3CQVLdIREVRJ6jqKhhkdMAVVAu+S2Ce9KutEc9+m1vSbrMSxh+mm erSxS7fJOZhdC8S8K9cDsQ6xKQEp83MtppFgT2TxhaTlzMYoxQWw6E1Mw1fp4NvggBz7 tOlVmTM41A8QZNjTfmKJL//LLXAx8IYgtx2kZ8wt2QL7zMimUUMxiyMu7DTnRahKdUxT AQColuTagkyPVeXla3SNfeOOy1JHLtmcDsROoqFCAGO+4GXkLJnZy2iQ+58a/0jAysMh x37Mrk0MhnBqhF9J19mWrqVIIq0q73k2UsdNb4SSEGNYu8Oxdw6zmLXsht/coGgGvP3M fhBg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=a0HJ3lRKXa9Bl8rDoWR8lrwAuv9Aq2RDf8nPvju6uU4=; b=C7FbnKoilyxY2mKGGHKl+xq6d6DOCePrdWgsBuE7v+OgC1xxSHvFGFST3N7bNkQ5w6 dnc4XUs35EKOf8fLUzbPgV+rRAC6N8jQ4jeCCN4pmGhZYE0FM+9x1yn6MeWbDPJJifzC k7xudaXPHksRRQRKcs6eW3P4//KaR27g3fp2tan9yDCeo3f+FLVLoI18U+UXrNWQDKcW iBcH0cETbmLJxUszn1waFJlInCYxJuo/A2D5uLzbb/3QruopRDeG3kWnFg3aUYmGVj3c aK1L9Y9qODkmLIP1uaTV44+B/Y+w3C1G/2OVtKjnwO7c+7Nfi7USZ2QLXzMbi3vnGeOH nDaw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o4si16867992pgk.507.2019.04.29.08.13.08; Mon, 29 Apr 2019 08:13:24 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728438AbfD2PMH (ORCPT + 99 others); Mon, 29 Apr 2019 11:12:07 -0400 Received: from albert.telenet-ops.be ([195.130.137.90]:41368 "EHLO albert.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728253AbfD2PMH (ORCPT ); Mon, 29 Apr 2019 11:12:07 -0400 Received: from ramsan ([84.194.111.163]) by albert.telenet-ops.be with bizsmtp id 6FC52000R3XaVaC06FC56W; Mon, 29 Apr 2019 17:12:05 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1hL7wr-0002S7-6d; Mon, 29 Apr 2019 17:12:05 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1hL7wr-0005dw-4D; Mon, 29 Apr 2019 17:12:05 +0200 From: Geert Uytterhoeven To: Thomas Gleixner , Jason Cooper , Marc Zyngier Cc: linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] irqchip: Remove unneeded select IRQ_DOMAIN Date: Mon, 29 Apr 2019 17:12:03 +0200 Message-Id: <20190429151203.21650-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org IRQ_DOMAIN_HIERARCHY selects IRQ_DOMAIN, hence there is no need for drivers to select both. Signed-off-by: Geert Uytterhoeven --- drivers/irqchip/Kconfig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index 5438abb1babaf042..c4ed19cb2be778be 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig @@ -6,7 +6,6 @@ config IRQCHIP config ARM_GIC bool - select IRQ_DOMAIN select IRQ_DOMAIN_HIERARCHY select GENERIC_IRQ_MULTI_HANDLER select GENERIC_IRQ_EFFECTIVE_AFF_MASK @@ -33,7 +32,6 @@ config GIC_NON_BANKED config ARM_GIC_V3 bool - select IRQ_DOMAIN select GENERIC_IRQ_MULTI_HANDLER select IRQ_DOMAIN_HIERARCHY select PARTITION_PERCPU @@ -59,7 +57,6 @@ config ARM_GIC_V3_ITS_FSL_MC config ARM_NVIC bool - select IRQ_DOMAIN select IRQ_DOMAIN_HIERARCHY select GENERIC_IRQ_CHIP @@ -352,7 +349,6 @@ config STM32_EXTI config QCOM_IRQ_COMBINER bool "QCOM IRQ combiner support" depends on ARCH_QCOM && ACPI - select IRQ_DOMAIN select IRQ_DOMAIN_HIERARCHY help Say yes here to add support for the IRQ combiner devices embedded @@ -369,7 +365,6 @@ config IRQ_UNIPHIER_AIDET config MESON_IRQ_GPIO bool "Meson GPIO Interrupt Multiplexer" depends on ARCH_MESON - select IRQ_DOMAIN select IRQ_DOMAIN_HIERARCHY help Support Meson SoC Family GPIO Interrupt Multiplexer @@ -385,7 +380,6 @@ config GOLDFISH_PIC config QCOM_PDC bool "QCOM PDC" depends on ARCH_QCOM - select IRQ_DOMAIN select IRQ_DOMAIN_HIERARCHY help Power Domain Controller driver to manage and configure wakeup -- 2.17.1