linux: build with initrd support by default

We don't require initrd in some cases but still most boot sequences including ARM use it.
This commit is contained in:
Nikolay Amiantov 2017-03-23 03:06:25 +03:00 committed by Tuomas Tynkkynen
parent 250ab7a26a
commit 7099e8da83

View File

@ -100,6 +100,10 @@ with stdenv.lib;
# Disable some expensive (?) features.
PM_TRACE_RTC n
# Enable initrd support.
BLK_DEV_RAM y
BLK_DEV_INITRD y
# Enable various subsystems.
ACCESSIBILITY y # Accessibility support
AUXDISPLAY y # Auxiliary Display support