kernel: add global menuconfig option to enable kexec support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37073 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f543847f85
commit
c3e88b0507
7 changed files with 9 additions and 0 deletions
|
@ -303,6 +303,9 @@ menu "Global build settings"
|
||||||
config KERNEL_RELAY
|
config KERNEL_RELAY
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
config KERNEL_KEXEC
|
||||||
|
bool "Enable kexec support"
|
||||||
|
|
||||||
#
|
#
|
||||||
# CGROUP support symbols
|
# CGROUP support symbols
|
||||||
#
|
#
|
||||||
|
|
|
@ -130,6 +130,7 @@ CONFIG_ARPD=y
|
||||||
# CONFIG_AT76C50X_USB is not set
|
# CONFIG_AT76C50X_USB is not set
|
||||||
# CONFIG_AT803X_PHY is not set
|
# CONFIG_AT803X_PHY is not set
|
||||||
# CONFIG_ATA is not set
|
# CONFIG_ATA is not set
|
||||||
|
CONFIG_ATAGS_PROC=y
|
||||||
# CONFIG_ATALK is not set
|
# CONFIG_ATALK is not set
|
||||||
# CONFIG_ATARI_PARTITION is not set
|
# CONFIG_ATARI_PARTITION is not set
|
||||||
# CONFIG_ATA_ACPI is not set
|
# CONFIG_ATA_ACPI is not set
|
||||||
|
|
|
@ -117,6 +117,7 @@ CONFIG_ARPD=y
|
||||||
# CONFIG_ASYNC_TX_DMA is not set
|
# CONFIG_ASYNC_TX_DMA is not set
|
||||||
# CONFIG_AT76C50X_USB is not set
|
# CONFIG_AT76C50X_USB is not set
|
||||||
# CONFIG_ATA is not set
|
# CONFIG_ATA is not set
|
||||||
|
CONFIG_ATAGS_PROC=y
|
||||||
# CONFIG_ATALK is not set
|
# CONFIG_ATALK is not set
|
||||||
# CONFIG_ATARI_PARTITION is not set
|
# CONFIG_ATARI_PARTITION is not set
|
||||||
# CONFIG_ATA_ACPI is not set
|
# CONFIG_ATA_ACPI is not set
|
||||||
|
|
|
@ -120,6 +120,7 @@ CONFIG_ARPD=y
|
||||||
# CONFIG_ASYNC_TX_DMA is not set
|
# CONFIG_ASYNC_TX_DMA is not set
|
||||||
# CONFIG_AT76C50X_USB is not set
|
# CONFIG_AT76C50X_USB is not set
|
||||||
# CONFIG_ATA is not set
|
# CONFIG_ATA is not set
|
||||||
|
CONFIG_ATAGS_PROC=y
|
||||||
# CONFIG_ATALK is not set
|
# CONFIG_ATALK is not set
|
||||||
# CONFIG_ATARI_PARTITION is not set
|
# CONFIG_ATARI_PARTITION is not set
|
||||||
# CONFIG_ATA_ACPI is not set
|
# CONFIG_ATA_ACPI is not set
|
||||||
|
|
|
@ -124,6 +124,7 @@ CONFIG_ARPD=y
|
||||||
# CONFIG_AT76C50X_USB is not set
|
# CONFIG_AT76C50X_USB is not set
|
||||||
# CONFIG_AT803X_PHY is not set
|
# CONFIG_AT803X_PHY is not set
|
||||||
# CONFIG_ATA is not set
|
# CONFIG_ATA is not set
|
||||||
|
CONFIG_ATAGS_PROC=y
|
||||||
# CONFIG_ATALK is not set
|
# CONFIG_ATALK is not set
|
||||||
# CONFIG_ATARI_PARTITION is not set
|
# CONFIG_ATARI_PARTITION is not set
|
||||||
# CONFIG_ATA_ACPI is not set
|
# CONFIG_ATA_ACPI is not set
|
||||||
|
|
|
@ -128,6 +128,7 @@ CONFIG_ARPD=y
|
||||||
# CONFIG_AT76C50X_USB is not set
|
# CONFIG_AT76C50X_USB is not set
|
||||||
# CONFIG_AT803X_PHY is not set
|
# CONFIG_AT803X_PHY is not set
|
||||||
# CONFIG_ATA is not set
|
# CONFIG_ATA is not set
|
||||||
|
CONFIG_ATAGS_PROC=y
|
||||||
# CONFIG_ATALK is not set
|
# CONFIG_ATALK is not set
|
||||||
# CONFIG_ATARI_PARTITION is not set
|
# CONFIG_ATARI_PARTITION is not set
|
||||||
# CONFIG_ATA_ACPI is not set
|
# CONFIG_ATA_ACPI is not set
|
||||||
|
|
|
@ -130,6 +130,7 @@ CONFIG_ARPD=y
|
||||||
# CONFIG_AT76C50X_USB is not set
|
# CONFIG_AT76C50X_USB is not set
|
||||||
# CONFIG_AT803X_PHY is not set
|
# CONFIG_AT803X_PHY is not set
|
||||||
# CONFIG_ATA is not set
|
# CONFIG_ATA is not set
|
||||||
|
CONFIG_ATAGS_PROC=y
|
||||||
# CONFIG_ATALK is not set
|
# CONFIG_ATALK is not set
|
||||||
# CONFIG_ATARI_PARTITION is not set
|
# CONFIG_ATARI_PARTITION is not set
|
||||||
# CONFIG_ATA_ACPI is not set
|
# CONFIG_ATA_ACPI is not set
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue