2012-04-06 16:33:17 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-06 16:45:52 +00:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
2012-04-06 16:33:17 +00:00
|
|
|
#
|
2012-04-14 20:01:08 +00:00
|
|
|
|
2012-10-03 23:36:54 +00:00
|
|
|
config SYSTEM_RAMTRON
|
|
|
|
bool "RAMTRON command"
|
2012-04-14 20:01:08 +00:00
|
|
|
default n
|
|
|
|
---help---
|
2012-10-03 23:36:54 +00:00
|
|
|
Enable support for the NSH RAMTRON command.
|
2012-04-14 20:01:08 +00:00
|
|
|
|
2012-10-03 23:36:54 +00:00
|
|
|
if SYSTEM_RAMTRON
|
2012-04-14 20:01:08 +00:00
|
|
|
endif
|
|
|
|
|