public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* Error: can't read "CONFIG_SCSI": no such variable
@ 2003-11-20 21:28 Gyu Sang Choi
       [not found] ` <3FBD31F7.2070205-yyJJWgVhSYiVc3sceRu5cw@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Gyu Sang Choi @ 2003-11-20 21:28 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

To whom it may concern

I am trying to install ACPI2.0 into Linux-2.4.22 kernel.
But I got a strange error message, when I try to store the configuration 
to file in "make xconfig".
It is below
============================================
Error: can't read "CONFIG_SCSI": no such variable
============================================

If there is anyone to solve this problem already,
please send me email.

Regards,

-- 

 ---------------------------------------------------------------
| Gyu Sang Choi							|
| Office : 313 Pond Lab (863-3814) 					|
| email : gchoi-yyJJWgVhSYiVc3sceRu5cw@public.gmane.org					|
| Tel : (814)861-6986					       	|
| Address : 425 Waupelani Drive #327, State College, PA 16801	|
 ---------------------------------------------------------------





-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Error: can't read "CONFIG_SCSI": no such variable
       [not found] ` <3FBD31F7.2070205-yyJJWgVhSYiVc3sceRu5cw@public.gmane.org>
@ 2003-11-20 21:42   ` Matthew Wilcox
  0 siblings, 0 replies; 2+ messages in thread
From: Matthew Wilcox @ 2003-11-20 21:42 UTC (permalink / raw)
  To: Gyu Sang Choi; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

On Thu, Nov 20, 2003 at 04:28:23PM -0500, Gyu Sang Choi wrote:
> I am trying to install ACPI2.0 into Linux-2.4.22 kernel.
> But I got a strange error message, when I try to store the configuration 
> to file in "make xconfig".
> It is below
> ============================================
> Error: can't read "CONFIG_SCSI": no such variable
> ============================================
> 
> If there is anyone to solve this problem already,
> please send me email.

Can you try splitting drivers/acpi/Config.in line 35 from:

  else if [ "$CONFIG_SMP" = "y" ]; then

to:

  else
    if [ "$CONFIG_SMP" = "y" ]; then

This may solve your problem.

-- 
"It's not Hollywood.  War is real, war is primarily not about defeat or
victory, it is about death.  I've seen thousands and thousands of dead bodies.
Do you think I want to have an academic debate on this subject?" -- Robert Fisk


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-11-20 21:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-20 21:28 Error: can't read "CONFIG_SCSI": no such variable Gyu Sang Choi
     [not found] ` <3FBD31F7.2070205-yyJJWgVhSYiVc3sceRu5cw@public.gmane.org>
2003-11-20 21:42   ` Matthew Wilcox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox