Re: [PATCH]2.4.0-test1-ac8 small xconfig fix

Tigran Aivazian (tigran@veritas.com)
Mon, 5 Jun 2000 23:11:56 +0100 (BST)


On Mon, 5 Jun 2000, Kip Macy wrote:

-dep_tristate ' TV card (bt848) mixer support' CONFIG_SOUND_TVMIXER
$CONFIG_SOUND
+ dep_tristate ' TV card (bt848) mixer support' CONFIG_SOUND_TVMIXER
$CONFIG_SOUND

but tvmixer depends on both CONFIG_SOUND and CONFIG_I2C so it should be:

-dep_tristate ' TV card (bt848) mixer support' CONFIG_SOUND_TVMIXER
$CONFIG_SOUND CONFIG_I2C
+dep_tristate ' TV card (bt848) mixer support' CONFIG_SOUND_TVMIXER
$CONFIG_SOUND $CONFIG_I2C

Regards,
Tigran

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/