1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-02-02 18:21:06 +02:00

[kernel] crashlog depends on BOOTMEM

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22541 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2010-08-08 20:00:52 +00:00
parent aa0dbefe61
commit daa8b37293
2 changed files with 4 additions and 2 deletions

View File

@ -15,12 +15,13 @@
+#endif +#endif
--- a/init/Kconfig --- a/init/Kconfig
+++ b/init/Kconfig +++ b/init/Kconfig
@@ -715,6 +715,9 @@ config NET_NS @@ -715,6 +715,10 @@ config NET_NS
Allow user space to create what appear to be multiple instances Allow user space to create what appear to be multiple instances
of the network stack. of the network stack.
+config CRASHLOG +config CRASHLOG
+ bool "Crash logging" + bool "Crash logging"
+ depends on !NO_BOOTMEM
+ +
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"

View File

@ -15,12 +15,13 @@
+#endif +#endif
--- a/init/Kconfig --- a/init/Kconfig
+++ b/init/Kconfig +++ b/init/Kconfig
@@ -749,6 +749,9 @@ config NET_NS @@ -749,6 +749,10 @@ config NET_NS
Allow user space to create what appear to be multiple instances Allow user space to create what appear to be multiple instances
of the network stack. of the network stack.
+config CRASHLOG +config CRASHLOG
+ bool "Crash logging" + bool "Crash logging"
+ depends on !NO_BOOTMEM
+ +
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"