mirror of
https://github.com/adulau/aha.git
synced 2025-01-03 22:53:18 +00:00
6b6bcb16c6
Change Kconfig objects from "menu, config" into "menuconfig" so that the user can disable the whole feature without having to enter the menu first. Also remove one indirection (CONFIG_DVB) that does not seem to be really used inside the kernel. Signed-off-by: Jan Engelhardt <jengelh@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
32 lines
915 B
Text
32 lines
915 B
Text
#
|
|
# Multimedia device configuration
|
|
#
|
|
|
|
source "drivers/media/dvb/dvb-core/Kconfig"
|
|
|
|
comment "Supported SAA7146 based PCI Adapters"
|
|
depends on DVB_CORE && PCI && I2C
|
|
source "drivers/media/dvb/ttpci/Kconfig"
|
|
|
|
comment "Supported USB Adapters"
|
|
depends on DVB_CORE && USB && I2C
|
|
source "drivers/media/dvb/dvb-usb/Kconfig"
|
|
source "drivers/media/dvb/ttusb-budget/Kconfig"
|
|
source "drivers/media/dvb/ttusb-dec/Kconfig"
|
|
source "drivers/media/dvb/cinergyT2/Kconfig"
|
|
|
|
comment "Supported FlexCopII (B2C2) Adapters"
|
|
depends on DVB_CORE && (PCI || USB) && I2C
|
|
source "drivers/media/dvb/b2c2/Kconfig"
|
|
|
|
comment "Supported BT878 Adapters"
|
|
depends on DVB_CORE && PCI && I2C
|
|
source "drivers/media/dvb/bt8xx/Kconfig"
|
|
|
|
comment "Supported Pluto2 Adapters"
|
|
depends on DVB_CORE && PCI && I2C
|
|
source "drivers/media/dvb/pluto2/Kconfig"
|
|
|
|
comment "Supported DVB Frontends"
|
|
depends on DVB_CORE
|
|
source "drivers/media/dvb/frontends/Kconfig"
|