Add board support infrastructure for the pcDuino board. There is not much there on the initial checkin

This commit is contained in:
Gregory Nutt 2013-12-07 14:25:35 -06:00
parent d460e8d7fa
commit 0f14b63afb
1 changed files with 17 additions and 0 deletions

View File

@ -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