From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754992AbdEYB7R (ORCPT ); Wed, 24 May 2017 21:59:17 -0400 Received: from mail-pf0-f195.google.com ([209.85.192.195]:36652 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754839AbdEYB7J (ORCPT ); Wed, 24 May 2017 21:59:09 -0400 Date: Wed, 24 May 2017 18:59:07 -0700 (PDT) X-Google-Original-Date: Wed, 24 May 2017 14:34:22 PDT (-0700) From: Palmer Dabbelt To: geert@linux-m68k.org CC: linux-kernel@vger.kernel.org CC: Arnd Bergmann CC: olof@lixom.net CC: albert@sifive.com Subject: Re: [PATCH 2/7] RISC-V: arch/riscv Makefile and Kconfigs In-Reply-To: Message-ID: Mime-Version: 1.0 (MHng) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 23 May 2017 03:51:24 PDT (-0700), geert@linux-m68k.org wrote: > Hi Palmer, > > On Tue, May 23, 2017 at 2:41 AM, Palmer Dabbelt wrote: >> --- /dev/null >> +++ b/arch/riscv/Kconfig >> @@ -0,0 +1,300 @@ > >> +config PLIC >> + bool "Platform-Level Interrupt Controller" >> + default y >> + help >> + This enables support for the PLIC chip found in standard RISC-V >> + systems. The PLIC is the top-most interrupt controller found in >> + the system, connected directly to the core complex. All other >> + interrupt sources (MSI, GPIO, etc) are subordinate to the PLIC. >> + >> + If you don't know what to do here, say Y. >> + > > I think this symbol belongs in drivers/irqchip/Kconfig, and the corresponding > driver in drivers/irqchip/. OK, makes sense. https://github.com/riscv/riscv-linux/commit/81e5c9e581c318ea99192d5c1aaf97c197e79272 I'll batch this up with all the other code review comments for a v2.