On Tue, 13 Nov 2001 17:25:58 -0500, 
"Eric S. Raymond" <[EMAIL PROTECTED]> wrote:
>Keith Owens <[EMAIL PROTECTED]>:
>> CML2 allows MACINTOSH_DRIVERS, SGIWD93_SCSI, SCSI_DECSII, PPC_RTAS,
>> PREP_RESIDUAL, GEN_RTC, BLK_DEV_IT8172, MACE, BMAC, GMAC, LAN_SAA9730,
>> VETH, SOUND_VRC5477, DMASOUND, MAC_SERIAL, SERIAL167, HWC, on x86.  All
>> of those options are non-ix86.
>
>I think I've dealt with most of the rest of the rulesfile bugs you pointed out.
>What platform is SOUND_VRC5477 associated with?

drivers/sound/Config.in

if [ "$CONFIG_DDB5477" = "y" ]; then
    dep_tristate '  NEC Vrc5477 AC97 sound' CONFIG_SOUND_VRC5477 $CONFIG_SOUND
fi

arch/mips/config.in

bool 'Support for NEC DDB Vrc-5477' CONFIG_DDB5477

DDB5477 is (yet another) MIPS implementation.


_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to