mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
Use the fragment support provided by kern-tools in the linux-wrs recipe to add some extra modules required for qemux86-64 such as evdev and uvesafb. Add a patch to increase CONNECTOR_MAX_MESSAGE_SIZE as uvesafb was sending larger messages than the kernel would accept. Signed-off-by: Joshua Lock <josh@linux.intel.com>
11 lines
184 B
INI
11 lines
184 B
INI
CONFIG_AGP=y
|
|
CONFIG_DRM=y
|
|
CONFIG_FB=y
|
|
CONFIG_FB_MODE_HELPERS=y
|
|
CONFIG_CONNECTOR=y
|
|
CONFIG_FB_UVESA=m
|
|
CONFIG_INPUT_TABLET=y
|
|
CONFIG_TABLET_USB_WACOM=y
|
|
CONFIG_INPUT_EVDEV=y
|
|
CONFIG_E1000=y
|