diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2019-09-11 15:59:53 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-08 10:15:31 +0200 |
| commit | 87be2f38a500a4e1d57b117053b52399070b632c (patch) | |
| tree | 4aa0ae793b83cf13d176d3e04b990468bff5942f /target/linux/config/Config.in.graphics | |
| parent | 38c16b07850f34af0c05f64533038fb33df84174 (diff) | |
add phytec-imx6 basic structure
Diffstat (limited to 'target/linux/config/Config.in.graphics')
| -rw-r--r-- | target/linux/config/Config.in.graphics | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics index dea07672e..a1908e167 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -241,8 +241,10 @@ config ADK_LINUX_KERNEL_DRM_ETNAVIV select ADK_LINUX_KERNEL_VIDEO_CODA select ADK_LINUX_KERNEL_FRAMEBUFFER_CONSOLE select ADK_LINUX_KERNEL_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY - depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 - default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 + depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 || \ + ADK_TARGET_SYSTEM_PHYTEC_IMX6 + default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 || \ + ADK_TARGET_SYSTEM_PHYTEC_IMX6 default n help Framebuffer support for Cubox-i/Hummingboard (Vivante) |
