diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-25 12:06:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-25 12:06:57 +0100 |
commit | 83a8feb1d64784c17a09b9546e906f5dd6c34cd5 (patch) | |
tree | 24cf01159744c8aabcfd191c6234e4c278389587 /target/linux/config/Config.in.graphics | |
parent | 390b94316735f860a08aa1199513ba983eda7365 (diff) |
allow to choose drivers for generic support, reported by Oliver
Diffstat (limited to 'target/linux/config/Config.in.graphics')
-rw-r--r-- | target/linux/config/Config.in.graphics | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics index e2e38e235..f467bd165 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -2,7 +2,10 @@ # material, please see the LICENCE file in the top-level directory. menu "Graphic devices support" -depends on ADK_TARGET_WITH_VGA || ADK_TARGET_QEMU || ADK_TARGET_VBOX +depends on ADK_TARGET_WITH_VGA \ + || ADK_TARGET_QEMU \ + || ADK_TARGET_VBOX \ + || ADK_TARGET_GENERIC config ADK_KERNEL_VT bool |