boards/arm/cxd56xx/spresense/Kconfig: Add a configuration to select if an extension board is attached to the SPresence. If there is no extension board attached, the SPresense may run in a low-power mode by default (as determined by the CONFIG_CXD56_CUSTOM_PINCONFIG option). If an extension board is present, then the SPresense will need to run at a higher power mode, selected by the new CONFIG_SPRESENSE_EXTENSION option.

This commit is contained in:
Gregory Nutt 2019-09-17 05:41:10 -06:00
parent ef28729374
commit 8d87e624bf

View File

@ -13,6 +13,18 @@ config CXD56_SPIFLASHSIZE
Specify the SPI flash total available size for the application.
This value is generally set half of SPI flash device capacity.
config SPRESENSE_EXTENSION
bool "Extension board"
default n
select CXD56_CUSTOM_PINCONFIG
---help---
Indicates to the configuration that an SPresense extension board is
present. If there is no extension board attached, the SPresense
may run in a low-power mode by default (as determined by the
CONFIG_CXD56_CUSTOM_PINCONFIG option). If an extension board is
present, then the SPresense will need to run at a higher power mode,
selected by this option.
config SDCARD_TXS02612
bool "SD Card TXS02612 port expander with voltage level translation"
default y