Keith Owens <[EMAIL PROTECTED]>: > Starting from a valid CML1 .config, attached at end. > > "config.out", line 70: bad token `X86_IO_APIC' while expecting symbol. > "config.out", line 225: bad token `BLK_DEV_ADMA' while expecting symbol.
I believe I've fixed this. > Both are valid symbols. > > File load violated these constraints: > (((SOUND_ESSSOLO1 == y) or ((SOUND_ES1370 == y) or ((SOUND_ES1371 == y) or >(SOUND_SONICVIBES == y)))) implies (INPUT_GAMEPORT == y)) > > CML1 allows load of those sound drivers without requiring > INPUT_GAMEPORT. If gameport is selected, it must be 'y' if any of the > sound objects are 'y', otherwise gameport can be 'm' or 'n'. The > requirement is > > if (INPUT_GAMEPORT != n) > (((SOUND_ESSSOLO1 == y) or ((SOUND_ES1370 == y) or ((SOUND_ES1371 == y) or >(SOUND_SONICVIBES == y)))) implies (INPUT_GAMEPORT == y)) > endif The comment reads: # A cross directory dependence. The sound modules will need gameport.o # compiled in, but it resides in the drivers/char/joystick # directory. This define_tristate takes care of that. --Vojtech This doesn't seem consistent with the code. It reads as though if any of these drivers are built, they need the game support to be compiled in. -- <a href="http://www.tuxedo.org/~esr/">Eric S. Raymond</a> If gun laws in fact worked, the sponsors of this type of legislation should have no difficulty drawing upon long lists of examples of criminal acts reduced by such legislation. That they cannot do so after a century and a half of trying -- that they must sweep under the rug the southern attempts at gun control in the 1870-1910 period, the northeastern attempts in the 1920-1939 period, the attempts at both Federal and State levels in 1965-1976 -- establishes the repeated, complete and inevitable failure of gun laws to control serious crime. -- Senator Orrin Hatch, in a 1982 Senate Report _______________________________________________ kbuild-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/kbuild-devel