mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
5b9119c59f
PD#SWPL-69666 Problem: porting irblaster driver Solution: porting irblaster driver Verify: s4d Change-Id: If15957c9c4072bb08bf5454cc3e81eac646eb1ad Signed-off-by: wanwei.jiang <wanwei.jiang@amlogic.com>
11 lines
346 B
Plaintext
11 lines
346 B
Plaintext
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
config AMLOGIC_IRBLASTER
|
|
tristate "Amlogic Meson SoC irblaster driver"
|
|
default n
|
|
help
|
|
This enable irblaster support for soc mesom (irblaster communication
|
|
controller) available in Amlogic Meson SoCs.
|
|
If you want to use meson irblaster interface,
|
|
say Y here.If you are not sure, say N.
|