mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-16 07:58:44 +07:00
![Mauro Carvalho Chehab](/assets/img/avatar_default.png)
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
|