summaryrefslogtreecommitdiff
path: root/nuttx/drivers/eeprom/Kconfig
blob: 14c31b3e8eb2cc6a4d675b41ca9e66db1e082e75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

config SPI_EE_25XX
	bool "Microchip 25xxNNN / Atmel AT25NNN EEPROM devices"
	default n
	depends on SPI_EEPROM
	---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

endif