Skip to content
Snippets Groups Projects
Commit c0561a42 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

disable crashlog on ARM platforms for the moment

It is currently badly broken on ARM, until fixed, disable it

SVN-Revision: 32926
parent f5f36911
No related merge requests found
......@@ -26,7 +26,7 @@
+config CRASHLOG
+ bool "Crash logging"
+ depends on !NO_BOOTMEM || HAVE_MEMBLOCK
+ depends on (!NO_BOOTMEM || HAVE_MEMBLOCK) && !ARM
+
config BLK_DEV_INITRD
bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment