diff options
author | Karel Kočí <cynerd@email.cz> | 2017-04-29 22:02:39 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-04-29 23:58:57 +0200 |
commit | 09a210722e2d03129aed732ef11ed5a7f490b50d (patch) | |
tree | 0fa8dbbed439485877616b90287606edd8a0bce7 /sys-boot/linux/files/configs/desktop | |
parent | a732501dc25554a257a8343cc630aa9ec17d5e79 (diff) | |
download | gentoo-personal-overlay-09a210722e2d03129aed732ef11ed5a7f490b50d.tar.gz gentoo-personal-overlay-09a210722e2d03129aed732ef11ed5a7f490b50d.tar.bz2 gentoo-personal-overlay-09a210722e2d03129aed732ef11ed5a7f490b50d.zip |
Some more configs for linux
Diffstat (limited to 'sys-boot/linux/files/configs/desktop')
-rw-r--r-- | sys-boot/linux/files/configs/desktop | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys-boot/linux/files/configs/desktop b/sys-boot/linux/files/configs/desktop index 5dc6c7e..d5ef394 100644 --- a/sys-boot/linux/files/configs/desktop +++ b/sys-boot/linux/files/configs/desktop @@ -15,6 +15,14 @@ CONFIG_HID_BATTERY_STRENGTH=y # Graphic (just intel for now) CONFIG_DRM_I915=y +# Virtual GEM +CONFIG_DRM_VGEM=m + +# DMA +CONFIG_INTEL_IDMA64=m +CONFIG_ASYNC_TX_DMA=y +# PHY +CONFIG_GENERIC_PHY=y # Multimedia (camera and such) CONFIG_MEDIA_SUPPORT=m |