summaryrefslogtreecommitdiff
path: root/net/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-04-25 08:31:15 +0300
committerTom Rini <trini@konsulko.com>2022-04-25 17:00:04 +0300
commit4fd8d077cb6986385fa8af1b9b11f0fb2cdeb609 (patch)
tree79c9a038fcdb1bfbc27f06a98988117ab00d967a /net/Kconfig
parentb8aa463e9ba96e66fc24e0d7cd0e07e9bc7bc839 (diff)
downloadu-boot-4fd8d077cb6986385fa8af1b9b11f0fb2cdeb609.tar.xz
bootstd: ethernet: Add a bootdev driver
Add a bootdev driver for Ethernet. It can use the PXE boot mechanism to locate a file, added later. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig
index ef0aa161f7..964a4fe499 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -25,6 +25,15 @@ config PROT_UDP
Enable a generic udp framework that allows defining a custom
handler for udp protocol.
+config BOOTDEV_ETH
+ bool "Enable bootdev for ethernet"
+ depends on BOOTSTD
+ default y
+ help
+ Provide a bootdev for ethernet so that is it possible to boot
+ an operationg system over the network, using the PXE (Preboot
+ Execution Environment) protocol.
+
config BOOTP_SEND_HOSTNAME
bool "Send hostname to DNS server"
help