summaryrefslogtreecommitdiffstats
path: root/arch/nios2
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/nios2
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/nios2')
-rw-r--r--arch/nios2/configs/generic_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nios2/configs/generic_defconfig b/arch/nios2/configs/generic_defconfig
index 41899904bf..9f9c85ef83 100644
--- a/arch/nios2/configs/generic_defconfig
+++ b/arch/nios2/configs/generic_defconfig
@@ -25,7 +25,7 @@ CONFIG_CMD_GO=y
CONFIG_CMD_TIMEOUT=y
CONFIG_CMD_PARTITION=y
CONFIG_NET=y
-CONFIG_NET_PING=y
+CONFIG_CMD_PING=y
CONFIG_DRIVER_NET_TSE=y
CONFIG_MTD=y
CONFIG_DRIVER_CFI=y