2014-11-27 03:55:34 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 22:08:57 +08:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2014-11-27 03:55:34 +08:00
|
|
|
#
|
|
|
|
|
2014-11-28 01:08:27 +08:00
|
|
|
if EEPROM
|
2014-11-27 03:55:34 +08:00
|
|
|
config SPI_EE_25XX
|
|
|
|
bool "Microchip 25xxNNN / Atmel AT25NNN EEPROM devices"
|
|
|
|
default n
|
2014-11-28 01:08:27 +08:00
|
|
|
depends on SPI
|
2014-11-27 03:55:34 +08:00
|
|
|
---help---
|
|
|
|
This selection enables support for the Microchip/Atmel SPI EEPROM
|
|
|
|
devices
|
|
|
|
|
|
|
|
if SPI_EE_25XX
|
|
|
|
|
|
|
|
config EE25XX_SPIMODE
|
|
|
|
int "SPI mode (0-3)"
|
|
|
|
default 0
|
|
|
|
depends on SPI_EE_25XX
|
|
|
|
|
2014-11-28 01:08:27 +08:00
|
|
|
endif # SPI_EE_25XX
|
|
|
|
endif # EEPROM
|