summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/sama5d3xek_defconfig
diff options
context:
space:
mode:
authorHolger Schurig <holgerschurig@gmail.com>2014-05-13 10:28:56 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-05-14 10:03:48 +0200
commit5bd055b660f89641494fa8a2a2262fdab195d288 (patch)
tree1a9964cfdb8326c975139ac1a5e34787f2ae0cad /arch/arm/configs/sama5d3xek_defconfig
parent86dda115a7594771c21c062b41301f59050d8a98 (diff)
downloadbarebox-5bd055b660f89641494fa8a2a2262fdab195d288.tar.gz
barebox-5bd055b660f89641494fa8a2a2262fdab195d288.tar.xz
commands: NET_PING -> CMD_PING
* 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 970ded52ca..030cb1fbb6 100644
--- a/arch/arm/configs/sama5d3xek_defconfig
+++ b/arch/arm/configs/sama5d3xek_defconfig
@@ -55,7 +55,7 @@ CONFIG_CMD_MIITOOL=y
CONFIG_NET=y
CONFIG_NET_DHCP=y
CONFIG_NET_NFS=y
-CONFIG_NET_PING=y
+CONFIG_CMD_PING=y
CONFIG_NET_NETCONSOLE=y
CONFIG_MICREL_PHY=y
CONFIG_DRIVER_NET_MACB=y