public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Artem Bityutskiy <dedekind@yandex.ru>
To: Adrian Bunk <bunk@kernel.org>
Cc: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>,
	LKML <linux-kernel@vger.kernel.org>,
	Adrian Hunter <ext-adrian.hunter@nokia.com>
Subject: Re: [PATCH take 3 29/29] UBIFS: include FS to compilation
Date: Wed, 28 May 2008 07:57:09 +0300	[thread overview]
Message-ID: <483CE625.7090805@yandex.ru> (raw)
In-Reply-To: <20080527220516.GD11310@cs181133002.pp.htv.fi>

Adrian Bunk wrote:
> On Mon, May 26, 2008 at 05:05:43PM +0300, Artem Bityutskiy wrote:
>> ...
>> --- /dev/null
>> +++ b/fs/ubifs/Kconfig
>> @@ -0,0 +1,71 @@
>> +config UBIFS_FS
>> +	tristate "UBIFS file system support"
>> +	select CRC16
>> +	select CRC32
>> +	depends on MTD_UBI
>> +	help
>> +	  UBIFS is a file system for flash devices which works on top of UBI.
>> ...
...
> 
> Please change this and similar other options to:
> 
> config UBIFS_FS
> 	tristate "UBIFS file system support"
> 	select CRC16
> 	select CRC32
> 	select CRYPTO if UBIFS_FS_LZO
> 	select CRYPTO_LZO if UBIFS_FS_LZO
> 	depends on MTD_UBI
...
> This way UBIFS_FS=m, UBIFS_FS_LZO=y will only force CRYPTO_LZO=m and not 
> CRYPTO_LZO=y.

Ok, thanks for suggestion. Will be done.

-- 
Best Regards,
Artem Bityutskiy (Артём Битюцкий)

      reply	other threads:[~2008-05-28  4:59 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-26 14:05 [PATCH take 3] UBIFS - new flash file system Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 01/29] VFS: move inode_lock into sync_sb_inodes Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 02/29] VFS: export sync_sb_inodes Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 03/29] do_mounts: allow UBI root device name Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 04/29] UBIFS: add brief documentation Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 05/29] UBIFS: add I/O sub-system Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 06/29] UBIFS: add flash scanning Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 07/29] UBIFS: add journal replay Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 08/29] UBIFS: add file-system build Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 09/29] UBIFS: add superblock and master node Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 10/29] UBIFS: add file-system recovery Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 11/29] UBIFS: add compression support Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 12/29] UBIFS: add key helpers Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 13/29] UBIFS: add the journal Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 14/29] UBIFS: add commit functionality Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 15/29] UBIFS: add TNC implementation Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 16/29] UBIFS: add TNC commit implementation Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 17/29] UBIFS: add TNC shrinker Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 18/29] UBIFS: add LEB properties Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 19/29] UBIFS: add LEB properties tree Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 20/29] " Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 21/29] UBIFS: add LEB find subsystem Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 22/29] UBIFS: add Garbage Collector Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 23/29] UBIFS: add VFS operations Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 24/29] UBIFS: add budgeting Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 25/29] UBIFS: add extended attribute support Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 26/29] UBIFS: add orphans handling sub-system Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 27/29] UBIFS: add header files Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 28/29] UBIFS: add debugging stuff Artem Bityutskiy
2008-05-26 14:05 ` [PATCH take 3 29/29] UBIFS: include FS to compilation Artem Bityutskiy
2008-05-27 22:05   ` Adrian Bunk
2008-05-28  4:57     ` Artem Bityutskiy [this message]

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=483CE625.7090805@yandex.ru \
    --to=dedekind@yandex.ru \
    --cc=Artem.Bityutskiy@nokia.com \
    --cc=bunk@kernel.org \
    --cc=ext-adrian.hunter@nokia.com \
    --cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox