treewide: fix syntax errors exposed after kconfig update
[oweals/openwrt.git] / package / boot / kexec-tools / Config.in
index 6c7558f30a50852c7145692d28ac6249f7fba9e1..068c27e417759a9650c3eda1bbcc14f54a43f139 100644 (file)
@@ -1,22 +1,5 @@
 menu "Configuration"
-       depends on PACKAGE_kexec-tools
-
-config KEXEC_TOOLS_TARGET_NAME
-       string
-       prompt "Target name for kexec kernel"
-       default EXTRA_TARGET_ARCH_NAME  if powerpc64
-       default ARCH
-       help
-         Defines the target type of the kernels that kexec deals
-         with. This should be the target specification of
-         the kernel you're booting.
-
-config KEXEC_TOOLS_kdump
-       bool
-       prompt "kdump support"
-       default n
-       help
-         Include the kdump utility.
+       depends on PACKAGE_kexec
 
 config KEXEC_ZLIB
        bool