1# SPDX-License-Identifier: GPL-2.0-only
2config RC_MAP
3	tristate "Compile Remote Controller keymap modules"
4	depends on RC_CORE
5	default y
6
7	help
8	   This option enables the compilation of lots of Remote
9	   Controller tables. They are short tables, but if you
10	   don't use a remote controller, or prefer to load the
11	   tables on userspace, you should disable it.
12
13	   The ir-keytable program, available at v4l-utils package
14	   provide the tool and the same RC maps for load from
15	   userspace. Its available at
16		http://git.linuxtv.org/cgit.cgi/v4l-utils.git/
17