blob: 9c43c6498cf3c80a4145eb0e0103fd8d0e8e0575 (
plain)
1
2
3
4
5
6
7
|
dep_tristate ' DVB Core Support' CONFIG_DVB_CORE $CONFIG_DVB
if [ "$CONFIG_DVB_CORE" != "n" ]; then
dep_bool ' devfs only' CONFIG_DVB_DEVFS_ONLY $CONFIG_DVB_CORE $CONFIG_DEVFS_FS
fi
|