diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-05-22 20:25:03 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-05-22 20:25:03 +0200 |
commit | 3f77267eefa441fd95dd797e6978c025f7870069 (patch) | |
tree | bb1180088dbc54d3ba6a9e64c196687b29d5f56f /target/linux | |
parent | 570955a0b3e18f01f9e2b4a838749580759882aa (diff) |
add graphics support for qemu-arm
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.graphics | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics index b93237ad4..4993dd57d 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -99,6 +99,13 @@ config ADK_KERNEL_FB_ATARI default y if ADK_TARGET_SYSTEM_ARANYM_M68K default n +config ADK_KERNEL_FB_ARMCLCD + boolean + +config ADK_KERNEL_PLAT_VERSATILE_CLCD + boolean + select ADK_KERNEL_FB_ARMCLCD + config ADK_KERNEL_FB_CIRRUS boolean @@ -106,8 +113,8 @@ config ADK_KERNEL_FB_GEODE boolean config ADK_KERNEL_FB_SM501 - select ADK_KERNEL_MFD_SM501 boolean + select ADK_KERNEL_MFD_SM501 config ADK_KERNEL_DRM boolean |