11 lines
153 B
Plaintext
11 lines
153 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
menu "RGA"
|
|
depends on ARCH_ROCKCHIP
|
|
|
|
config ROCKCHIP_RGA
|
|
tristate "ROCKCHIP_RGA"
|
|
help
|
|
rk30 rga module.
|
|
|
|
endmenu
|