642d7e3ce2
configs/flipnclick-pic32mz: Add an nxlines configuration for use in testing the custom HiletGo Click board. arch/mips/src/pic32mz: Correct some SPI-related typos. configs/flipnclick-pic32mz: Finishes integration of HiletGo OLED. drivers/lcd: Finish support for HiletGo OLED. drivers/lcd: Add configuration support for HiletGo OLED. configs/flipnclick-pic32mz: Add board support for HiletGo OLED.
35 lines
716 B
Plaintext
35 lines
716 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_PIC32MZ
|
|
|
|
|
|
config FLIPNCLICK_PIC32MZ_HILETGO
|
|
bool "HiletGo Click Present"
|
|
default n
|
|
depends on LCD_HILETGO
|
|
select NXSTART_EXTERNINIT if NX
|
|
|
|
choice
|
|
prompt "HiletGo mikroBUS"
|
|
default FLIPNCLICK_PIC32MZ_HILETGO_MBA
|
|
depends on FLIPNCLICK_PIC32MZ_HILETGO
|
|
|
|
config FLIPNCLICK_PIC32MZ_HILETGO_MBA
|
|
bool "mikroBUS A"
|
|
|
|
config FLIPNCLICK_PIC32MZ_HILETGO_MBB
|
|
bool "mikroBUS B"
|
|
|
|
config FLIPNCLICK_PIC32MZ_HILETGO_MBC
|
|
bool "mikroBUS C"
|
|
|
|
config FLIPNCLICK_PIC32MZ_HILETGO_MBD
|
|
bool "mikroBUS D"
|
|
|
|
endchoice # HiletGo mikroBUS
|
|
|
|
endif # ARCH_BOARD_FLIPNCLICK_PIC32MZ
|