446e4a64d2
Split the ir-common into two separate modules: - ir-core: it is the IR-independent functions; - ir-common: has the common part used by V4L drivers. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
10 lines
122 B
Plaintext
10 lines
122 B
Plaintext
config IR_CORE
|
|
tristate
|
|
depends on INPUT
|
|
default INPUT
|
|
|
|
config VIDEO_IR
|
|
tristate
|
|
depends on IR_CORE
|
|
default IR_CORE
|