summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/sama5d3xek_defconfig
diff options
context:
space:
mode:
authorHolger Schurig <holgerschurig@gmail.com>2014-05-13 10:28:57 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-05-14 10:03:49 +0200
commitc524f74d5b491d3d003b5d6daedd75bdefd08c23 (patch)
tree7ae335633ff9a6c75e74baa7c23b7e91c2e0af19 /arch/arm/configs/sama5d3xek_defconfig
parent5bd055b660f89641494fa8a2a2262fdab195d288 (diff)
downloadbarebox-c524f74d5b491d3d003b5d6daedd75bdefd08c23.tar.gz
barebox-c524f74d5b491d3d003b5d6daedd75bdefd08c23.tar.xz
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 <holgerschurig@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/configs/sama5d3xek_defconfig')
-rw-r--r--arch/arm/configs/sama5d3xek_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/sama5d3xek_defconfig b/arch/arm/configs/sama5d3xek_defconfig
index 030cb1fbb6..c1cb0f6c02 100644
--- a/arch/arm/configs/sama5d3xek_defconfig
+++ b/arch/arm/configs/sama5d3xek_defconfig
@@ -53,7 +53,7 @@ CONFIG_CMD_LED=y
CONFIG_CMD_LED_TRIGGER=y
CONFIG_CMD_MIITOOL=y
CONFIG_NET=y
-CONFIG_NET_DHCP=y
+CONFIG_CMD_DHCP=y
CONFIG_NET_NFS=y
CONFIG_CMD_PING=y
CONFIG_NET_NETCONSOLE=y