[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110512081357.106419c0.randy.dunlap@oracle.com>
Date: Thu, 12 May 2011 08:13:57 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: "Nicholas A. Bellinger" <nab@...ux-iscsi.org>
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
linux-scsi <linux-scsi@...r.kernel.org>,
James Bottomley <James.Bottomley@...senPartnership.com>,
Christoph Hellwig <hch@....de>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Hannes Reinecke <hare@...e.de>,
FUJITA Tomonori <fujita.tomonori@....ntt.co.jp>,
Andy Grover <agrover@...hat.com>,
Mike Christie <michaelc@...wisc.edu>,
Boaz Harrosh <bharrosh@...asas.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Martin Svec <martin.svec@...er.cz>
Subject: Re: [PATCH-v3 14/14] iscsi-target: Add Makefile/Kconfig and update
TCM top level
On Thu, 12 May 2011 00:07:21 -0700 Nicholas A. Bellinger wrote:
> From: Nicholas Bellinger <nab@...ux-iscsi.org>
>
> Add Makefile/Kconfig and update drivers/target/[Makefile,Kconfig]
> to include the fabric module.
>
> Signed-off-by: Nicholas A. Bellinger <nab@...ux-iscsi.org>
> ---
> drivers/target/Kconfig | 1 +
> drivers/target/Makefile | 1 +
> drivers/target/iscsi/Kconfig | 18 ++++++++++++++++++
> drivers/target/iscsi/Makefile | 20 ++++++++++++++++++++
> 4 files changed, 40 insertions(+), 0 deletions(-)
> create mode 100644 drivers/target/iscsi/Kconfig
> create mode 100644 drivers/target/iscsi/Makefile
>
> diff --git a/drivers/target/iscsi/Kconfig b/drivers/target/iscsi/Kconfig
> new file mode 100644
> index 0000000..abdb8f9
> --- /dev/null
> +++ b/drivers/target/iscsi/Kconfig
> @@ -0,0 +1,18 @@
> +config ISCSI_TARGET
> + tristate "Linux-iSCSI.org iSCSI Target Mode Stack"
> + depends on m
> + select CRYPTO
> + select CRYPTO_CRC32C
> + select CRYPTO_CRC32C_INTEL if X86
> + help
> + Say M here to enable the ConfigFS enabled Linux-iSCSI.org iSCSI
> + Target Mode Stack.
Just curious: why is this available only as a loadable module?
thanks,
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists