summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/configs
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/openrisc/configs
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/openrisc/configs')
-rw-r--r--arch/openrisc/configs/generic_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/openrisc/configs/generic_defconfig b/arch/openrisc/configs/generic_defconfig
index 03242bbbc3..deaef2a3aa 100644
--- a/arch/openrisc/configs/generic_defconfig
+++ b/arch/openrisc/configs/generic_defconfig
@@ -19,7 +19,7 @@ CONFIG_CMD_TIMEOUT=y
CONFIG_CMD_PARTITION=y
CONFIG_DRIVER_SERIAL_NS16550=y
CONFIG_NET=y
-CONFIG_NET_DHCP=y
+CONFIG_CMD_DHCP=y
CONFIG_CMD_PING=y
CONFIG_CMD_TFTP=y
CONFIG_FS_TFTP=y