mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-13 20:12:26 +00:00
11 lines
264 B
Plaintext
11 lines
264 B
Plaintext
BR2_PACKAGE_KMSCUBE=y
|
|
BR2_PACKAGE_MESA3D=y
|
|
BR2_PACKAGE_MESA3D_OPENGL_EGL=y
|
|
BR2_PACKAGE_MESA3D_OPENGL_ES=y
|
|
|
|
# Software rasteriser.
|
|
# Selects the following chain:
|
|
# BR2_PACKAGE_MESA3D_DRIVER=y
|
|
# BR2_PACKAGE_MESA3D_DRI_DRIVER=y
|
|
BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST=y
|