Skip to content

Commit

Permalink
kernel: add global menuconfig option to enable kexec support
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37073
  • Loading branch information
Felix Fietkau committed Jun 28, 2013
1 parent 512a3c5 commit 7acb84d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,9 @@ menu "Global build settings"
config KERNEL_RELAY
bool

config KERNEL_KEXEC
bool "Enable kexec support"

#
# CGROUP support symbols
#
Expand Down
1 change: 1 addition & 0 deletions target/linux/generic/config-3.10
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ CONFIG_ARPD=y
# CONFIG_AT76C50X_USB is not set
# CONFIG_AT803X_PHY is not set
# CONFIG_ATA is not set
CONFIG_ATAGS_PROC=y
# CONFIG_ATALK is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_ATA_ACPI is not set
Expand Down
1 change: 1 addition & 0 deletions target/linux/generic/config-3.3
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ CONFIG_ARPD=y
# CONFIG_ASYNC_TX_DMA is not set
# CONFIG_AT76C50X_USB is not set
# CONFIG_ATA is not set
CONFIG_ATAGS_PROC=y
# CONFIG_ATALK is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_ATA_ACPI is not set
Expand Down
1 change: 1 addition & 0 deletions target/linux/generic/config-3.6
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ CONFIG_ARPD=y
# CONFIG_ASYNC_TX_DMA is not set
# CONFIG_AT76C50X_USB is not set
# CONFIG_ATA is not set
CONFIG_ATAGS_PROC=y
# CONFIG_ATALK is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_ATA_ACPI is not set
Expand Down
1 change: 1 addition & 0 deletions target/linux/generic/config-3.7
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ CONFIG_ARPD=y
# CONFIG_AT76C50X_USB is not set
# CONFIG_AT803X_PHY is not set
# CONFIG_ATA is not set
CONFIG_ATAGS_PROC=y
# CONFIG_ATALK is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_ATA_ACPI is not set
Expand Down
1 change: 1 addition & 0 deletions target/linux/generic/config-3.8
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ CONFIG_ARPD=y
# CONFIG_AT76C50X_USB is not set
# CONFIG_AT803X_PHY is not set
# CONFIG_ATA is not set
CONFIG_ATAGS_PROC=y
# CONFIG_ATALK is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_ATA_ACPI is not set
Expand Down
1 change: 1 addition & 0 deletions target/linux/generic/config-3.9
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ CONFIG_ARPD=y
# CONFIG_AT76C50X_USB is not set
# CONFIG_AT803X_PHY is not set
# CONFIG_ATA is not set
CONFIG_ATAGS_PROC=y
# CONFIG_ATALK is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_ATA_ACPI is not set
Expand Down

0 comments on commit 7acb84d

Please sign in to comment.