From c524f74d5b491d3d003b5d6daedd75bdefd08c23 Mon Sep 17 00:00:00 2001 From: Holger Schurig Date: Tue, 13 May 2014 10:28:57 +0200 Subject: commands: NET_DHCP -> CMD_DHCP * this compile option actually turns on a command, so name it accordingly * also move the Kconfig definition into commands/Kconfig, thus placing getopt into the "Network commands" section * while at it, improve Kconfig documention Signed-off-by: Holger Schurig Signed-off-by: Sascha Hauer --- arch/arm/configs/usb_a9260_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/configs/usb_a9260_defconfig') diff --git a/arch/arm/configs/usb_a9260_defconfig b/arch/arm/configs/usb_a9260_defconfig index c3a5c31d57..b6cb61c9e1 100644 --- a/arch/arm/configs/usb_a9260_defconfig +++ b/arch/arm/configs/usb_a9260_defconfig @@ -55,7 +55,7 @@ CONFIG_CMD_GPIO=y CONFIG_CMD_LED=y CONFIG_CMD_LED_TRIGGER=y CONFIG_NET=y -CONFIG_NET_DHCP=y +CONFIG_CMD_DHCP=y CONFIG_NET_NFS=y CONFIG_CMD_PING=y CONFIG_CMD_TFTP=y -- cgit v1.2.3