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