mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
GPU: Kconfig: add gpu Kconfig to video Kconfig
Change-Id: I9938fe0377fc57e030c9e5109c216d6c62dbeef0 Signed-off-by: Zhixiong Lin <zhixiong.lin@rock-chips.com>
This commit is contained in:
parent
f5f907a67f
commit
f5fe9966d4
|
|
@ -3,6 +3,6 @@
|
|||
# taken to initialize them in the correct order. Link order is the only way
|
||||
# to ensure this currently.
|
||||
obj-$(CONFIG_TEGRA_HOST1X) += host1x/
|
||||
obj-y += drm/ vga/
|
||||
obj-y += drm/ vga/ arm/
|
||||
obj-$(CONFIG_IMX_IPUV3_CORE) += ipu-v3/
|
||||
obj-$(CONFIG_TRACE_GPU_MEM) += trace/
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ source "drivers/gpu/host1x/Kconfig"
|
|||
source "drivers/gpu/ipu-v3/Kconfig"
|
||||
|
||||
source "drivers/gpu/drm/Kconfig"
|
||||
source "drivers/gpu/arm/Kconfig"
|
||||
|
||||
menu "Frame buffer Devices"
|
||||
source "drivers/video/fbdev/Kconfig"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user