diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-09 16:54:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-09 16:54:06 +0200 |
commit | baad00174d0e9c68e31e0d06e60a7979a39dc6eb (patch) | |
tree | 3b394e58cd1da9141a4e533fc4126e37ac3cb1c7 /target/linux/config/Config.in.graphics | |
parent | a61beceb0d5a3bda0301904c8807d12a85529281 (diff) |
make a bootable system configuration for raspberry pi
Diffstat (limited to 'target/linux/config/Config.in.graphics')
-rw-r--r-- | target/linux/config/Config.in.graphics | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics index 277d0f3e4..4560467d3 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -113,6 +113,18 @@ config ADK_KERNEL_FB_SM7XX help Framebuffer support for Lemote Yeelong. +config ADK_KERNEL_FB_BCM2708 + prompt "................................ Framebuffer support for Raspberry PI" + tristate + select ADK_KERNEL_FB + select ADK_KERNEL_FRAMEBUFFER_CONSOLE + select ADK_KERNEL_FONT_8x16 + default y if ADK_TARGET_SYSTEM_RASPBERRY_PI + default n + depends on ADK_TARGET_SYSTEM_RASPBERRY_PI + help + Framebuffer support for Raspberry PI. + config ADK_HARDWARE_GRAPHICS_INTEL_I915 prompt "............................ Support for Intel graphic cards (AGP/DRM/KMS/NM10)" boolean |