kernel: add global menuconfig option to enable kexec support

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37073
master
Felix Fietkau 11 years ago
parent 512a3c5d81
commit 7acb84dde7
  1. 3
      Config.in
  2. 1
      target/linux/generic/config-3.10
  3. 1
      target/linux/generic/config-3.3
  4. 1
      target/linux/generic/config-3.6
  5. 1
      target/linux/generic/config-3.7
  6. 1
      target/linux/generic/config-3.8
  7. 1
      target/linux/generic/config-3.9

@ -303,6 +303,9 @@ menu "Global build settings"
config KERNEL_RELAY
bool
config KERNEL_KEXEC
bool "Enable kexec support"
#
# CGROUP support symbols
#

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

Loading…
Cancel
Save