Hi to all.

I found a problem with make xconfig:

------------------------------------------------
[root@mercury linux]# make xconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts kconfig.tk
make[1]: Entering directory `/usr/src/linux-2.2.15/scripts'
cat header.tk >> ./kconfig.tk
./tkparse < ../arch/i386/config.in >> kconfig.tk
drivers/char/Config.in: 124: can't handle dep_tristate condition
make[1]: *** [kconfig.tk] Error 1
make[1]: Leaving directory `/usr/src/linux-2.2.15/scripts'
make: *** [xconfig] Error 2   
------------------------------------------------


I think that the problem is:
----------------------------------------
dep_tristate '/dev/agpgart (AGP Support) (EXPERIMENTAL)' CONFIG_AGP
----------------------------------------

It would be:
----------------------------------------
dep_tristate '/dev/agpgart (AGP Support) (EXPERIMENTAL)' CONFIG_AGP m 
----------------------------------------


-- 

Yours Sincerly,
              Christian Zoffoli       __   _
                                     / /  (_)__  __ ____  __
 http://www.littlepenguin.org       / /__/ / _ \/ // /\ \/ /  
  [EMAIL PROTECTED]       /____/_/_//_/_,_/ /_/_\ 
                          * * *  LittlePenguin H 1   L.U.G.  * * *

Reply via email to