diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-08-18 09:17:40 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-08-18 09:17:40 +0200 |
commit | 87d7150ea9c117b54c9989d5df734887cb20eb63 (patch) | |
tree | 03242c08e502662ab21ecdc572a64b5fc83f97eb /target/linux/config | |
parent | 01f79f56f31d6fc611ab731b82796ae969fcd409 (diff) |
add netconsole support
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.debug | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.debug b/target/linux/config/Config.in.debug index dbb1aeecd..d73e98f02 100644 --- a/target/linux/config/Config.in.debug +++ b/target/linux/config/Config.in.debug @@ -25,6 +25,29 @@ config ADK_QUIET_KERNEL help Make bootup quiet without messages from the kernel. +config ADK_KERNEL_NETCONSOLE + prompt "Netconsole" + boolean + default n + help + Activate netconsole. netconsole=@/,@192.168.1.2/ + +config ADK_PARAMETER_NETCONSOLE_SRC_IP + prompt "IP address for source" + string + default "192.168.1.100" + depends on ADK_KERNEL_NETCONSOLE + help + source ip address logging from. + +config ADK_PARAMETER_NETCONSOLE_DST_IP + prompt "IP address for target" + string + default "192.168.1.2" + depends on ADK_KERNEL_NETCONSOLE + help + ip address logging to. + config ADK_KERNEL_MAGIC_SYSRQ prompt "Magic BREAK sequence" boolean |