6bda96447c
The Remote Controller subsystem is meant to be used not only by Infra Red but also for similar types of Remote Controllers. The core is not specific to Infra Red. As such, rename: - ir-core.h to rc-core.h - IR_CORE to RC_CORE - namespace inside rc-core.c/rc-core.h To be consistent with the other changes. No functional change on this patch. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 lines
516 B
Text
15 lines
516 B
Text
config RC_MAP
|
|
tristate "Compile Remote Controller keymap modules"
|
|
depends on RC_CORE
|
|
default y
|
|
|
|
---help---
|
|
This option enables the compilation of lots of Remote
|
|
Controller tables. They are short tables, but if you
|
|
don't use a remote controller, or prefer to load the
|
|
tables on userspace, you should disable it.
|
|
|
|
The ir-keytable program, available at v4l-utils package
|
|
provide the tool and the same RC maps for load from
|
|
userspace. Its available at
|
|
http://git.linuxtv.org/v4l-utils
|