12 lines
230 B
Plaintext
12 lines
230 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
menuconfig ARTINCHIP_GRAPHICS
|
|
bool "Artinchip Graphics support"
|
|
|
|
if ARTINCHIP_GRAPHICS
|
|
|
|
source "drivers/video/artinchip/decoder/Kconfig"
|
|
source "drivers/video/artinchip/display/Kconfig"
|
|
|
|
endif
|