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-a3cf2f4a3e73master
parent
2daa37688d
commit
7553598d3b
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
+config CRASHLOG
|
+config CRASHLOG
|
||||||
+ bool "Crash logging"
|
+ bool "Crash logging"
|
||||||
+ depends on !NO_BOOTMEM
|
+ depends on !NO_BOOTMEM && !HAVE_MEMBLOCK
|
||||||
+
|
+
|
||||||
config BLK_DEV_INITRD
|
config BLK_DEV_INITRD
|
||||||
bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support"
|
bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support"
|
||||||
|
|
Loading…
Reference in New Issue