summaryrefslogtreecommitdiff
path: root/apps/nshlib/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-31 12:14:16 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-31 12:14:16 -0600
commit50cbc253bcd8a77ebcbd225855f3b2ccb31f6c21 (patch)
treed294f42bc878ea47a5787a8cab0ac96480407a55 /apps/nshlib/Kconfig
parent73a89efed06a03f2733c14e42553ad23223f5cad (diff)
downloadpx4-nuttx-50cbc253bcd8a77ebcbd225855f3b2ccb31f6c21.tar.gz
px4-nuttx-50cbc253bcd8a77ebcbd225855f3b2ccb31f6c21.tar.bz2
px4-nuttx-50cbc253bcd8a77ebcbd225855f3b2ccb31f6c21.zip
NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_initaliaze. Modify all configurations: Make sure that CONFIG_LIB_BOARDCTL=y appears wherever CONFIG_NSH_ARCHINIT=y appears. Remove support for CONFIG_NSH_ARCHMAC. It is not used and there are better ways to do that operation
Diffstat (limited to 'apps/nshlib/Kconfig')
-rw-r--r--apps/nshlib/Kconfig13
1 files changed, 0 insertions, 13 deletions
diff --git a/apps/nshlib/Kconfig b/apps/nshlib/Kconfig
index f149055b0..45f56be29 100644
--- a/apps/nshlib/Kconfig
+++ b/apps/nshlib/Kconfig
@@ -1243,19 +1243,6 @@ config NSH_SWMAC
With this choice, you can assign a fixed MAC address determined by
a NuttX configuration option.
-config NSH_ARCHMAC
- bool "Platform-specific"
- ---help---
- This selection will enable a call to an interface exported by
- platform-specific code to determine the MAC address. If this option
- is selected, the the platform-specific code must provide the
- function nsh_arch_macaddress() that will be called by the NSH
- initialize logic to obtain the MAC address.
-
- This option might be useful, as an example, if MAC addresses are
- retained in Serial FLASH. Such address might be assigned during the
- manufacturing process so that each board has a unique MAC address.
-
endchoice # MAC address selection
config NSH_MACADDR