summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/Config.in
blob: 40cce4668b715663a792c305a51cd7d9b05a7ddd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Multimedia device configuration
#
mainmenu_option next_comment
comment 'Digital Video Broadcasting Devices'

bool 'DVB For Linux' CONFIG_DVB

if [ "$CONFIG_DVB" != "n" ]; then
  source drivers/media/dvb/dvb-core/Config.in
  source drivers/media/dvb/frontends/Config.in

  comment 'Supported DVB Adapters'
  source drivers/media/dvb/av7110/Config.in
fi

endmenu