af28821c77
group boards by architecture * z80: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * z16: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * xtensa: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * x86: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * sim: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * risc-v: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * renesas: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * or1k: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * misoc: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * mips: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * hc: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * avr: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * arm: group boards by architecture all boards that share the same architecture are moved to the same arch folder following the soc layout Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * boards: group boards by architecture Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Approved-by: Gregory Nutt <gnutt@nuttx.org>
34 lines
667 B
Plaintext
34 lines
667 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
if ARCH_BOARD_FLIPNCLICK_SAM3X
|
|
|
|
config FLIPNCLICK_SAM3X_SSD1306
|
|
bool "SSD1306 Click Present"
|
|
default n
|
|
depends on LCD_SSD1306
|
|
select NXSTART_EXTERNINIT if NX
|
|
|
|
choice
|
|
prompt "SSD1306 mikroBUS"
|
|
default FLIPNCLICK_SAM3X_SSD1306_MBA
|
|
depends on FLIPNCLICK_SAM3X_SSD1306
|
|
|
|
config FLIPNCLICK_SAM3X_SSD1306_MBA
|
|
bool "mikroBUS A"
|
|
|
|
config FLIPNCLICK_SAM3X_SSD1306_MBB
|
|
bool "mikroBUS B"
|
|
|
|
config FLIPNCLICK_SAM3X_SSD1306_MBC
|
|
bool "mikroBUS C"
|
|
|
|
config FLIPNCLICK_SAM3X_SSD1306_MBD
|
|
bool "mikroBUS D"
|
|
|
|
endchoice # SSD1306 mikroBUS
|
|
|
|
endif
|