Merge pull request #8173 from dezgeg/pr-kernel-config

kernel-config: Enable framebuffer console for BIOS systems & /proc/config.gz for ARM
This commit is contained in:
William A. Kennington III
2015-06-07 10:14:51 -07:00
3 changed files with 3 additions and 7 deletions

View File

@@ -54,6 +54,7 @@ with stdenv.lib;
STANDALONE n
# Make /proc/config.gz available.
IKCONFIG y
IKCONFIG_PROC y
# Optimize with -O2, not -Os.
@@ -131,6 +132,8 @@ with stdenv.lib;
FB_SIS_300 y
FB_SIS_315 y
FB_3DFX_ACCEL y
FB_VESA y
FRAMEBUFFER_CONSOLE y
${optionalString (versionOlder version "3.9" || stdenv.system == "i686-linux") ''
FB_GEODE y
''}