SAMA5D3X-EK NSH: Refresh configuration

This commit is contained in:
Gregory Nutt
2014-07-31 11:13:10 -06:00
parent 24af676c05
commit 78ffe6df56
+27 -2
View File
@@ -112,12 +112,15 @@ CONFIG_ARCH_LOWVECTORS=y
# #
# ARMv7-A Configuration Options # ARMv7-A Configuration Options
# #
# CONFIG_ARMV7A_HAVE_L2CC is not set
# CONFIG_ARMV7A_HAVE_L2CC_PL310 is not set
# CONFIG_ARMV7A_TOOLCHAIN_BUILDROOT is not set # CONFIG_ARMV7A_TOOLCHAIN_BUILDROOT is not set
CONFIG_ARMV7A_TOOLCHAIN_CODESOURCERYW=y CONFIG_ARMV7A_TOOLCHAIN_CODESOURCERYW=y
# CONFIG_ARMV7A_TOOLCHAIN_DEVKITARM is not set # CONFIG_ARMV7A_TOOLCHAIN_DEVKITARM is not set
# CONFIG_ARMV7A_TOOLCHAIN_GNU_EABIL is not set # CONFIG_ARMV7A_TOOLCHAIN_GNU_EABIL is not set
# CONFIG_ARMV7A_TOOLCHAIN_GNU_EABIW is not set # CONFIG_ARMV7A_TOOLCHAIN_GNU_EABIW is not set
# CONFIG_ARMV7A_TOOLCHAIN_GNU_OABI is not set # CONFIG_ARMV7A_TOOLCHAIN_GNU_OABI is not set
# CONFIG_ARMV7A_DECODEFIQ is not set
# #
# SAMA5 Configuration Options # SAMA5 Configuration Options
@@ -132,7 +135,6 @@ CONFIG_ARMV7A_TOOLCHAIN_CODESOURCERYW=y
CONFIG_SAMA5_HAVE_DMA=y CONFIG_SAMA5_HAVE_DMA=y
# CONFIG_SAMA5_HAVE_DDR32 is not set # CONFIG_SAMA5_HAVE_DDR32 is not set
# CONFIG_SAMA5_HAVE_XDMA is not set # CONFIG_SAMA5_HAVE_XDMA is not set
# CONFIG_SAMA5_HAVE_L2CC is not set
CONFIG_SAMA5_HAVE_LCDC=y CONFIG_SAMA5_HAVE_LCDC=y
CONFIG_SAMA5_HAVE_GMAC=y CONFIG_SAMA5_HAVE_GMAC=y
# CONFIG_SAMA5_HAVE_EMACA is not set # CONFIG_SAMA5_HAVE_EMACA is not set
@@ -145,6 +147,7 @@ CONFIG_SAMA5_HAVE_GMAC=y
# CONFIG_SAMA5_HAVE_SPI2 is not set # CONFIG_SAMA5_HAVE_SPI2 is not set
# CONFIG_SAMA5_HAVE_TC1 is not set # CONFIG_SAMA5_HAVE_TC1 is not set
# CONFIG_SAMA5_HAVE_TC2 is not set # CONFIG_SAMA5_HAVE_TC2 is not set
# CONFIG_SAMA5_HAVE_TRUSTZONE is not set
# CONFIG_SAMA5_HAVE_TWI3 is not set # CONFIG_SAMA5_HAVE_TWI3 is not set
# CONFIG_SAMA5_HAVE_VDEC is not set # CONFIG_SAMA5_HAVE_VDEC is not set
CONFIG_ARCH_CHIP_SAMA5D3=y CONFIG_ARCH_CHIP_SAMA5D3=y
@@ -232,6 +235,7 @@ CONFIG_SAMA5_ISRAM_HEAP=y
# CONFIG_ARCH_VECNOTIRQ is not set # CONFIG_ARCH_VECNOTIRQ is not set
# CONFIG_ARCH_DMA is not set # CONFIG_ARCH_DMA is not set
CONFIG_ARCH_HAVE_IRQPRIO=y CONFIG_ARCH_HAVE_IRQPRIO=y
# CONFIG_ARCH_L2CACHE is not set
# CONFIG_CUSTOM_STACK is not set # CONFIG_CUSTOM_STACK is not set
# CONFIG_ADDRENV is not set # CONFIG_ADDRENV is not set
CONFIG_ARCH_HAVE_VFORK=y CONFIG_ARCH_HAVE_VFORK=y
@@ -402,11 +406,17 @@ CONFIG_DISABLE_POLL=y
CONFIG_DEV_NULL=y CONFIG_DEV_NULL=y
# CONFIG_DEV_ZERO is not set # CONFIG_DEV_ZERO is not set
# CONFIG_LOOP is not set # CONFIG_LOOP is not set
#
# Buffering
#
# CONFIG_DRVR_WRITEBUFFER is not set
# CONFIG_DRVR_READAHEAD is not set
# CONFIG_RAMDISK is not set # CONFIG_RAMDISK is not set
# CONFIG_CAN is not set # CONFIG_CAN is not set
# CONFIG_ARCH_HAVE_PWM_PULSECOUNT is not set # CONFIG_ARCH_HAVE_PWM_PULSECOUNT is not set
# CONFIG_PWM is not set # CONFIG_PWM is not set
# CONFIG_ARCH_HAVE_I2CRESET is not set CONFIG_ARCH_HAVE_I2CRESET=y
# CONFIG_I2C is not set # CONFIG_I2C is not set
# CONFIG_SPI is not set # CONFIG_SPI is not set
# CONFIG_I2S is not set # CONFIG_I2S is not set
@@ -493,6 +503,11 @@ CONFIG_USART1_2STOP=0
# CONFIG_ARCH_HAVE_PHY is not set # CONFIG_ARCH_HAVE_PHY is not set
# CONFIG_NET is not set # CONFIG_NET is not set
#
# Crypto API
#
# CONFIG_CRYPTO is not set
# #
# File Systems # File Systems
# #
@@ -501,6 +516,7 @@ CONFIG_USART1_2STOP=0
# File system configuration # File system configuration
# #
# CONFIG_DISABLE_MOUNTPOINT is not set # CONFIG_DISABLE_MOUNTPOINT is not set
# CONFIG_FS_AUTOMOUNTER is not set
# CONFIG_DISABLE_PSEUDOFS_OPERATIONS is not set # CONFIG_DISABLE_PSEUDOFS_OPERATIONS is not set
CONFIG_FS_READABLE=y CONFIG_FS_READABLE=y
CONFIG_FS_WRITABLE=y CONFIG_FS_WRITABLE=y
@@ -810,6 +826,11 @@ CONFIG_NSH_CONSOLE=y
# FLASH Erase-all Command # FLASH Erase-all Command
# #
#
# Intel HEX to binary conversion
#
# CONFIG_SYSTEM_HEX2BIN is not set
# #
# I2C tool # I2C tool
# #
@@ -839,6 +860,10 @@ CONFIG_READLINE_ECHO=y
# P-Code Support # P-Code Support
# #
#
# PHY Tool
#
# #
# Power Off # Power Off
# #