disable crashlog on ARM platforms for the moment
It is currently badly broken on ARM, until fixed, disable it SVN-Revision: 32926
This commit is contained in:
parent
f5f36911f0
commit
c0561a42e7
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue