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:
@@ -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
|
||||
''}
|
||||
|
||||
Reference in New Issue
Block a user