Add board support infrastructure for the pcDuino board. There is not much there on the initial checkin
This commit is contained in:
parent
d460e8d7fa
commit
0f14b63afb
|
@ -16,4 +16,21 @@ config ARCH_CHIP_A10
|
|||
|
||||
endchoice
|
||||
|
||||
choice
|
||||
prompt "Boot device"
|
||||
default A1X_BOOT_SDCARD
|
||||
|
||||
config A1X_BOOT_NAND
|
||||
bool "NAND FLASH"
|
||||
|
||||
config A1X_BOOT_SPINOR
|
||||
bool "SPI NOR FLASH"
|
||||
|
||||
config A1X_BOOT_SDCARD
|
||||
bool "SD card"
|
||||
|
||||
config A1X_BOOT_USB
|
||||
bool "USB"
|
||||
|
||||
endchoice # Boot device
|
||||
endif # ARCH_CHIP_A1X
|
||||
|
|
Loading…
Reference in New Issue