diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-06-09 12:25:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-06-10 07:18:36 +0200 |
commit | 4268d0812d7c3287d39bea1e588ee5d9c45e8972 (patch) | |
tree | aa053667a1db01295eaead91055fa8eb12ec59d0 /target/linux/config/Config.in.graphics | |
parent | 8ae0ee8bec214f0c5b5922000ebc07588067588b (diff) |
allow apple mac mini to netboot
Diffstat (limited to 'target/linux/config/Config.in.graphics')
-rw-r--r-- | target/linux/config/Config.in.graphics | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics index 737b66a74..7e56717b8 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -217,6 +217,15 @@ config ADK_LINUX_KERNEL_FB_VESA help Generic VESA Framebuffer support. +config ADK_LINUX_KERNEL_FB_OF + bool "Framebuffer support for OpenFirmware" + select ADK_LINUX_KERNEL_FB + select ADK_LINUX_KERNEL_FRAMEBUFFER_CONSOLE + default y if ADK_TARGET_SYSTEM_APPLE_MACMINI + default n + help + Generic OpenFirmware Framebuffer support. + config ADK_LINUX_KERNEL_DRM_ETNAVIV bool "DRM support for Vivante chips (Cubox-i/Hummingboard)" select ADK_LINUX_KERNEL_DRM |