mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 03:04:01 +08:00
[media] rc/Kconfig: fix indentation problem
The RC_ST and IR_SUNXI entries have weird indentation, and the RC_ST entry is actually malformed. Fix it. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
e6cf0c409b
commit
cfcffe397f
@ -371,21 +371,21 @@ config RC_ST
|
||||
tristate "ST remote control receiver"
|
||||
depends on RC_CORE
|
||||
depends on ARCH_STI || COMPILE_TEST
|
||||
help
|
||||
Say Y here if you want support for ST remote control driver
|
||||
which allows both IR and UHF RX.
|
||||
The driver passes raw pulse and space information to the LIRC decoder.
|
||||
---help---
|
||||
Say Y here if you want support for ST remote control driver
|
||||
which allows both IR and UHF RX.
|
||||
The driver passes raw pulse and space information to the LIRC decoder.
|
||||
|
||||
If you're not sure, select N here.
|
||||
If you're not sure, select N here.
|
||||
|
||||
config IR_SUNXI
|
||||
tristate "SUNXI IR remote control"
|
||||
depends on RC_CORE
|
||||
depends on ARCH_SUNXI || COMPILE_TEST
|
||||
---help---
|
||||
Say Y if you want to use sunXi internal IR Controller
|
||||
tristate "SUNXI IR remote control"
|
||||
depends on RC_CORE
|
||||
depends on ARCH_SUNXI || COMPILE_TEST
|
||||
---help---
|
||||
Say Y if you want to use sunXi internal IR Controller
|
||||
|
||||
To compile this driver as a module, choose M here: the module will
|
||||
be called sunxi-ir.
|
||||
To compile this driver as a module, choose M here: the module will
|
||||
be called sunxi-ir.
|
||||
|
||||
endif #RC_DEVICES
|
||||
|
Loading…
Reference in New Issue
Block a user