All of lore.kernel.org
 help / color / mirror / Atom feed
From: Darren Hart <dvhart@linux.intel.com>
To: Tom Zanussi <tom.zanussi@intel.com>
Cc: yocto@yoctoproject.org
Subject: Re: [PATCH 11/22] meta: add scsi feature
Date: Mon, 14 May 2012 13:15:13 -0700	[thread overview]
Message-ID: <4FB167D1.5010703@linux.intel.com> (raw)
In-Reply-To: <1337025318.3850.8.camel@elmorro>



On 05/14/2012 12:55 PM, Tom Zanussi wrote:
> On Mon, 2012-05-14 at 09:36 -0700, Darren Hart wrote:
>>
>> On 05/12/2012 12:41 PM, tom.zanussi@intel.com wrote:
>>> From: Tom Zanussi <tom.zanussi@intel.com>
>>>
>>> Add a feature to enable SCSI support.  This also creates a scsi/
>>> directory to contain further SCSI options.
>>>
>>> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
>>> ---
>>>  meta/cfg/kernel-cache/features/scsi/scsi.cfg |    1 +
>>>  meta/cfg/kernel-cache/features/scsi/scsi.scc |    4 ++++
>>>  2 files changed, 5 insertions(+), 0 deletions(-)
>>>  create mode 100644 meta/cfg/kernel-cache/features/scsi/scsi.cfg
>>>  create mode 100644 meta/cfg/kernel-cache/features/scsi/scsi.scc
>>>
>>> diff --git a/meta/cfg/kernel-cache/features/scsi/scsi.cfg b/meta/cfg/kernel-cache/features/scsi/scsi.cfg
>>> new file mode 100644
>>> index 0000000..2e9142f
>>> --- /dev/null
>>> +++ b/meta/cfg/kernel-cache/features/scsi/scsi.cfg
>>> @@ -0,0 +1 @@
>>> +CONFIG_SCSI=y
>>
>> There are additional dependencies for this which certain policy
>> configurations may not enable for us. CONFIG_BLOCK for example.
>>
> 
> I only see a CONFIG_BLOCK dependency for CONFIG_SCSI - what are the
> other 'additional dependencies' you mention?
> 
> Tom

What I do is look up each CONFIG_ in menuconfig (the / search) and trace
the depends all the way up. For this I only looked at CONFIG_BLK_DEV_SD
and CONFIG_SCSI. If CONFIG_BLOCK doesn't have any additional
dependencies, then it's just CONFIG_BLOCK.

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


  reply	other threads:[~2012-05-14 20:15 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-12 19:42 [PATCH 00/22][KERNEL][RFC] policy cleanup patches, v2 tom.zanussi
2012-05-12 19:41 ` [PATCH 01/22] meta: add ROOT_HUB_TT config option to the usb/ehci-hcd feature tom.zanussi
2012-05-12 19:41 ` [PATCH 02/22] meta/common-pc: use usb features tom.zanussi
2012-05-12 19:41 ` [PATCH 03/22] meta/common-pc-64: " tom.zanussi
2012-05-12 19:41 ` [PATCH 04/22] meta/common-pc: factor out policy-related options tom.zanussi
2012-05-12 19:41 ` [PATCH 05/22] meta/common-pc-64: " tom.zanussi
2012-05-12 19:41 ` [PATCH 06/22] meta/crownbay: " tom.zanussi
2012-05-12 19:41 ` [PATCH 07/22] meta/emenlow: " tom.zanussi
2012-05-12 19:41 ` [PATCH 08/22] meta/fishriver: " tom.zanussi
2012-05-12 19:41 ` [PATCH 09/22] meta/jasperforest: " tom.zanussi
2012-05-14 16:30   ` Darren Hart
2012-05-14 19:57     ` Tom Zanussi
2012-05-14 20:15       ` Darren Hart
2012-05-12 19:41 ` [PATCH 10/22] meta/sugarbay: " tom.zanussi
2012-05-14 16:31   ` Darren Hart
2012-05-12 19:41 ` [PATCH 11/22] meta: add scsi feature tom.zanussi
2012-05-14 16:36   ` Darren Hart
2012-05-14 19:55     ` Tom Zanussi
2012-05-14 20:15       ` Darren Hart [this message]
2012-05-12 19:41 ` [PATCH 12/22] meta: add scsi disk feature tom.zanussi
2012-05-12 19:41 ` [PATCH 13/22] meta: factor out SCSI options from the usb-mass-storage feature tom.zanussi
2012-05-12 19:41 ` [PATCH 14/22] meta/common-pc: use " tom.zanussi
2012-05-12 19:42 ` [PATCH 15/22] meta: add scsi cdrom feature tom.zanussi
2012-05-12 19:42 ` [PATCH 16/22] meta/common-pc-64: use usb-mass-storage feature tom.zanussi
2012-05-12 19:42 ` [PATCH 17/22] meta/common-pc-64: factor out SCSI CDROM option tom.zanussi
2012-05-12 19:42 ` [PATCH 18/22] meta/jasperforest: remove redundant features and options tom.zanussi
2012-05-12 19:42 ` [PATCH 19/22] meta/sugarbay: " tom.zanussi
2012-05-12 19:42 ` [PATCH 20/22] meta/crownbay: " tom.zanussi
2012-05-12 19:42 ` [PATCH 21/22] meta/emenlow: " tom.zanussi
2012-05-12 19:42 ` [PATCH 22/22] meta/fishriver: " tom.zanussi
2012-05-14 15:22 ` [PATCH 00/22][KERNEL][RFC] policy cleanup patches, v2 Bruce Ashfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FB167D1.5010703@linux.intel.com \
    --to=dvhart@linux.intel.com \
    --cc=tom.zanussi@intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.