File tree Expand file tree Collapse file tree 6 files changed +22
-22
lines changed Expand file tree Collapse file tree 6 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ CONFIG_REGULATOR_MC13892=y
226
226
CONFIG_REGULATOR_PFUZE100=y
227
227
CONFIG_MEDIA_SUPPORT=y
228
228
CONFIG_MEDIA_CAMERA_SUPPORT=y
229
- CONFIG_MEDIA_RC_SUPPORT =y
229
+ CONFIG_RC_CORE =y
230
230
CONFIG_RC_DEVICES=y
231
231
CONFIG_IR_GPIO_CIR=y
232
232
CONFIG_MEDIA_USB_SUPPORT=y
Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ CONFIG_REGULATOR_TPS65910=y
304
304
CONFIG_REGULATOR_TWL4030=y
305
305
CONFIG_MEDIA_SUPPORT=m
306
306
CONFIG_MEDIA_CAMERA_SUPPORT=y
307
- CONFIG_MEDIA_RC_SUPPORT=y
307
+ CONFIG_RC_CORE=m
308
308
CONFIG_MEDIA_CONTROLLER=y
309
309
CONFIG_VIDEO_V4L2_SUBDEV_API=y
310
310
CONFIG_LIRC=m
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ CONFIG_REGULATOR_FIXED_VOLTAGE=y
95
95
CONFIG_REGULATOR_AXP20X=y
96
96
CONFIG_REGULATOR_GPIO=y
97
97
CONFIG_MEDIA_SUPPORT=y
98
- CONFIG_MEDIA_RC_SUPPORT =y
98
+ CONFIG_RC_CORE =y
99
99
CONFIG_RC_DEVICES=y
100
100
CONFIG_IR_SUNXI=y
101
101
CONFIG_DRM=y
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ CONFIG_IMGPDC_WDT=y
207
207
CONFIG_REGULATOR_FIXED_VOLTAGE=y
208
208
CONFIG_REGULATOR_GPIO=y
209
209
CONFIG_MEDIA_SUPPORT=y
210
- CONFIG_MEDIA_RC_SUPPORT =y
210
+ CONFIG_RC_CORE =y
211
211
# CONFIG_RC_DECODERS is not set
212
212
CONFIG_RC_DEVICES=y
213
213
CONFIG_IR_IMG=y
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ config CEC_NOTIFIER
11
11
config CEC_PIN
12
12
bool
13
13
14
+ source "drivers/media/rc/Kconfig"
15
+
14
16
menuconfig MEDIA_SUPPORT
15
17
tristate "Multimedia support"
16
18
depends on HAS_IOMEM
@@ -75,20 +77,6 @@ config MEDIA_SDR_SUPPORT
75
77
76
78
Say Y when you have a software defined radio device.
77
79
78
- config MEDIA_RC_SUPPORT
79
- bool "Remote Controller support"
80
- depends on INPUT
81
- ---help---
82
- Enable support for Remote Controllers on Linux. This is
83
- needed in order to support several video capture adapters,
84
- standalone IR receivers/transmitters, and RF receivers.
85
-
86
- Enable this option if you have a video capture board even
87
- if you don't need IR, as otherwise, you may not be able to
88
- compile the driver for your adapter.
89
-
90
- Say Y when you have a TV or an IR device.
91
-
92
80
config MEDIA_CEC_SUPPORT
93
81
bool "HDMI CEC support"
94
82
---help---
@@ -178,7 +166,6 @@ config TTPCI_EEPROM
178
166
source "drivers/media/dvb-core/Kconfig"
179
167
180
168
comment "Media drivers"
181
- source "drivers/media/rc/Kconfig"
182
169
183
170
#
184
171
# V4L platform/mem2mem drivers
Original file line number Diff line number Diff line change 1
- config RC_CORE
2
- tristate
3
- depends on MEDIA_RC_SUPPORT
1
+
2
+ menuconfig RC_CORE
3
+ tristate "Remote Controller support"
4
4
depends on INPUT
5
5
default y
6
+ ---help---
7
+ Enable support for Remote Controllers on Linux. This is
8
+ needed in order to support several video capture adapters,
9
+ standalone IR receivers/transmitters, and RF receivers.
10
+
11
+ Enable this option if you have a video capture board even
12
+ if you don't need IR, as otherwise, you may not be able to
13
+ compile the driver for your adapter.
6
14
15
+ Say Y when you have a TV or an IR device.
16
+
17
+ if RC_CORE
7
18
source "drivers/media/rc/keymaps/Kconfig"
8
19
9
20
menuconfig RC_DECODERS
@@ -436,3 +447,5 @@ config IR_SIR
436
447
be called sir-ir.
437
448
438
449
endif #RC_DEVICES
450
+
451
+ endif #RC_CORE
You can’t perform that action at this time.
0 commit comments