diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-10-13 10:48:01 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-10-13 10:48:01 +0200 |
commit | 8951e59c5d5a33f1ec9faee41b2267de730aa7d5 (patch) | |
tree | 23857e7e16392daf04d57518a45eb40b00111b2e | |
parent | d66417c2a612bb133a3eb503c4a3d03ae9228d41 (diff) | |
download | kconfig-8951e59c5d5a33f1ec9faee41b2267de730aa7d5.tar.gz |
add fb
-rw-r--r-- | need.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/need.config b/need.config index 494ddb5..bc6c2ce 100644 --- a/need.config +++ b/need.config @@ -13,6 +13,12 @@ CONFIG_USB_HIDDEV=y CONFIG_USB_STORAGE=m CONFIG_USB_UAS=m +# framebuffer +CONFIG_FB=y +CONFIG_DRM_FBDEV_EMULATION=y +CONFIG_FB_VESA=y +CONFIG_FB_EFI=y + # filesystems CONFIG_MSDOS_FS=m CONFIG_VFAT_FS=m |