blob: d2a436ce77f8c6098ceff2ce4f4d3c974f41b35b (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Used by common drivers, when they need to ask questions
config MEDIA_COMMON_OPTIONS
bool
comment "common driver options"
depends on MEDIA_COMMON_OPTIONS
source "drivers/media/common/b2c2/Kconfig"
source "drivers/media/common/saa7146/Kconfig"
source "drivers/media/common/siano/Kconfig"
|