X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=net%2FKconfig;h=564ea8b2d28ad786f444e862de072797c972bc55;hb=3c07d639ede998cb682c284d1ffc4a3ddb062e13;hp=ef0aa161f7307d1c988c700dfc7fe052f298352d;hpb=3b2d19c838a48350e06d4c12e4d749eec0217f2c;p=platform%2Fkernel%2Fu-boot.git diff --git a/net/Kconfig b/net/Kconfig index ef0aa16..564ea8b 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 @@ -149,7 +158,7 @@ config UDP_CHECKSUM default y if SANDBOX help Enable this to verify the checksum on UDP packets. If the checksum - is wrong then the packet is discussed and an error is shown, like + is wrong then the packet is discarded and an error is shown, like "UDP wrong checksum 29374a23 30ff3826" config BOOTP_SERVERIP