lkml.org 
[lkml]   [2007]   [Dec]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [2.6.24-rc5-mm1] Why CONFIG_BLK_DEV_RAM=m makes \"#ifdef CONFIG_BLK_DEV_RAM\" false?
On Fri, 14 Dec 2007 14:04:19 +0900 Tetsuo Handa wrote:

> Hello.
>
> I found that
>
> CONFIG_BLK_DEV_RAM=m
>
> in my .config makes
>
> #ifdef CONFIG_BLK_DEV_RAM
>
> false.
>
> I guess something is wrong with .config parsing.

Look at include/linux/autoconf.h. You should see a line like:

#define CONFIG_BLK_DEV_RAM_MODULE 1

if CONFIG_BLK_DEV_RAM=m

or like:

#define CONFIG_BLK_DEV_RAM 1

if CONFIG_BLK_DEV_RAM=y.


I don't think that this is a change from the recent past.

---
~Randy


\
 
 \ /
  Last update: 2007-12-14 06:47    [W:0.036 / U:1.120 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site