summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/at91sam9m10g45ek_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/at91sam9m10g45ek_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/at91sam9m10g45ek_defconfig')
-rw-r--r--arch/arm/configs/at91sam9m10g45ek_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/at91sam9m10g45ek_defconfig b/arch/arm/configs/at91sam9m10g45ek_defconfig
index 7e05e95760..089841007a 100644
--- a/arch/arm/configs/at91sam9m10g45ek_defconfig
+++ b/arch/arm/configs/at91sam9m10g45ek_defconfig
@@ -56,7 +56,7 @@ CONFIG_CMD_LED_TRIGGER=y
CONFIG_NET=y
CONFIG_NET_DHCP=y
CONFIG_NET_NFS=y
-CONFIG_NET_PING=y
+CONFIG_CMD_PING=y
CONFIG_CMD_TFTP=y
CONFIG_FS_TFTP=y
CONFIG_NET_NETCONSOLE=y