summaryrefslogtreecommitdiffstats
path: root/payloads/external/iPXE/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'payloads/external/iPXE/Kconfig')
-rw-r--r--payloads/external/iPXE/Kconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/payloads/external/iPXE/Kconfig b/payloads/external/iPXE/Kconfig
index acb5796d09e3..2ad39a1a6b30 100644
--- a/payloads/external/iPXE/Kconfig
+++ b/payloads/external/iPXE/Kconfig
@@ -68,7 +68,7 @@ config IPXE_MASTER
endchoice
-config PXE_SERIAL_CONSOLE
+config IPXE_SERIAL_CONSOLE
bool "Enable iPXE serial console"
def_bool y
help
@@ -77,22 +77,22 @@ config PXE_SERIAL_CONSOLE
Unselect to let only SeaBIOS handle printing output.
-config PXE_NO_PROMPT
+config IPXE_NO_PROMPT
bool "Do not show prompt to boot from PXE"
default n
help
Don't wait for the user to press Ctrl-B.
The PXE still can be run as it shows up in SeaBIOS's payload list.
-config PXE_ADD_SCRIPT
+config IPXE_ADD_SCRIPT
bool "Embed an iPXE script for automated provisioning"
default n
help
Enable to embed a script that is run instead of an iPXE shell.
-config PXE_SCRIPT
+config IPXE_SCRIPT
string "Embedded iPXE script path and filename"
- depends on PXE_ADD_SCRIPT
+ depends on IPXE_ADD_SCRIPT
default ""
help
Path to a script that is embedded into the iPXE binary.
@@ -101,7 +101,7 @@ config PXE_SCRIPT
Uses the ipxe script instead showing the prompt:
"Press Ctrl-B to start iPXE..."
-config PXE_HAS_HTTPS
+config IPXE_HAS_HTTPS
bool "Enable HTTPS protocol"
default y
help