From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3z3YLl6gcqzF064 for ; Sat, 23 Dec 2017 16:08:47 +1100 (AEDT) Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) by bilbo.ozlabs.org (Postfix) with ESMTP id 3z3YLl4R2Nz8vv0 for ; Sat, 23 Dec 2017 16:08:47 +1100 (AEDT) Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3z3YLk6S2nz9s0g for ; Sat, 23 Dec 2017 16:08:46 +1100 (AEDT) Message-ID: <1514005720.2743.87.camel@kernel.crashing.org> Subject: Re: [PATCH] powerpc: Add aacraid and nvme to powernv_defconfig From: Benjamin Herrenschmidt To: Alexey Kardashevskiy , linuxppc-dev Date: Sat, 23 Dec 2017 16:08:40 +1100 In-Reply-To: <043ac9d2-04ad-0e9a-4b01-2baae48a1e1d@ozlabs.ru> References: <1513734660.2743.14.camel@kernel.crashing.org> <1513736065.2743.16.camel@kernel.crashing.org> <043ac9d2-04ad-0e9a-4b01-2baae48a1e1d@ozlabs.ru> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, 2017-12-23 at 11:40 +1100, Alexey Kardashevskiy wrote: > On 20/12/17 13:14, Benjamin Herrenschmidt wrote: > > On Wed, 2017-12-20 at 12:59 +1100, Alexey Kardashevskiy wrote: > > > On 20/12/17 12:51, Benjamin Herrenschmidt wrote: > > > > These adapters can be found in a number of our systems, so let's > > > > enable the corresponding drivers by default. > > > > > > > > Signed-off-by: Benjamin Herrenschmidt > > > > --- > > > > --- a/arch/powerpc/configs/powernv_defconfig 2017-12-19 18:37:24.803470591 -0600 > > > > +++ b/arch/powerpc/configs/powernv_defconfig 2017-12-19 19:47:57.931952417 -0600 > > > > @@ -97,6 +97,7 @@ > > > > CONFIG_BLK_DEV_RAM=y > > > > CONFIG_BLK_DEV_RAM_SIZE=65536 > > > > CONFIG_VIRTIO_BLK=m > > > > +CONFIG_BLK_DEV_NVME=y > > > > CONFIG_IDE=y > > > > CONFIG_BLK_DEV_IDECD=y > > > > CONFIG_BLK_DEV_GENERIC=y > > > > @@ -113,6 +114,7 @@ > > > > CONFIG_SCSI_CXGB4_ISCSI=m > > > > CONFIG_SCSI_BNX2_ISCSI=m > > > > CONFIG_BE2ISCSI=m > > > > +CONFIG_SCSI_AACRAID=y > > > > CONFIG_SCSI_MPT2SAS=m > > > > CONFIG_SCSI_SYM53C8XX_2=m > > > > CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=0 > > > > > > > > > > "y", not "m"? > > > > Yes. I like my boot devices to be "y" > > > Then rename it to powernv_benh_defconfig :) Everything else seems to cope > well with "m" - just look above. No. Most of the above aren't needed as boot devices on powernv systems. If you look at IPR for example, it's Y not N. Cheers, Ben. > >