1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 15:53:49 +03:00

kernel: crashlog uses bootmem to allocate memory which is being deprecated in favour of memblock. microblaze, sh, arm, sparc and powerpc only have memblock.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23269 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hcg 2010-10-06 09:40:00 +00:00
parent 224df2044d
commit 04afc81667

View File

@ -21,7 +21,7 @@
+config CRASHLOG
+ bool "Crash logging"
+ depends on !NO_BOOTMEM
+ depends on !NO_BOOTMEM && !HAVE_MEMBLOCK
+
config BLK_DEV_INITRD
bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support"