Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1736662 > unrolled thread
| Started by | Matias Bjørling <m@bjorling.me> |
|---|---|
| First post | 2017-09-21 15:50 +0200 |
| Last post | 2017-09-21 15:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH V2] lightnvm: include NVM Express driver if OCSSD is selected for build Matias Bjørling <m@bjorling.me> - 2017-09-21 15:50 +0200
| From | Matias Bjørling <m@bjorling.me> |
|---|---|
| Date | 2017-09-21 15:50 +0200 |
| Subject | Re: [PATCH V2] lightnvm: include NVM Express driver if OCSSD is selected for build |
| Message-ID | <usa1z-1Eh-5@gated-at.bofh.it> |
On 09/21/2017 03:41 PM, Rakesh Pandit wrote: > Because NVM needs BLK_DEV_NVME, select it automatically if we mark NVM > in config file before building kernel. Also append PCI to depends as > select doesn't automatically add dependencies. > > Signed-off-by: Rakesh Pandit <rakesh@tuxera.com> > --- > > V2: appends 'depends' with PCI > > drivers/lightnvm/Kconfig | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/lightnvm/Kconfig b/drivers/lightnvm/Kconfig > index ead61a9..2a953ef 100644 > --- a/drivers/lightnvm/Kconfig > +++ b/drivers/lightnvm/Kconfig > @@ -4,7 +4,8 @@ > > menuconfig NVM > bool "Open-Channel SSD target support" > - depends on BLOCK && HAS_DMA > + depends on BLOCK && HAS_DMA && PCI > + select BLK_DEV_NVME > help > Say Y here to get to enable Open-channel SSDs. > > Thanks Rakesh.
Back to top | Article view | linux.kernel
csiph-web