summaryrefslogblamecommitdiff
path: root/nuttx/arch/arm/src/sam34/Kconfig
blob: d2da8562467bdc22898462a6efec16e73a6817eb (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                             
 
                                          

      
                                          
                                     
                                  


                            

                              
 













































































































                                   

         

                      




                      
                            



                      
 

                                  




                                  







                                   
                 
                                  
 

                                           
                 
                                  
 






                                              

                 







































                                          
                 

                   






                                  

                             
                   

                     
                               
 
                   

                     
                               
 
                   

                     
                               
 
                   

                     
                               
 

















































































































                                            
                 
                                  
 

       
                                     



                               
                               




                               
                               




                               
                               




                               
                               



                               
                                              













                               
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

comment "AT91SAM3/4 Configuration Options"

choice
	prompt "AT91SAM3/4 Chip Selection"
	default ARCH_CHIP_AT91SAM3U4E
	depends on ARCH_CHIP_SAM34

config ARCH_CHIP_AT91SAM3U4E
	bool "AT91SAM3U4E"
	select ARCH_CORTEXM3
	select ARCH_CHIP_SAM3U

config ARCH_CHIP_SAM34_NDMACHANC2C
	bool "ATSAM4LC2C"
	select ARCH_CORTEXM4
	select ARCH_CHIP_SAM4L

config ARCH_CHIP_ATSAM4LC2B
	bool "ATSAM4LC2B"
	select ARCH_CORTEXM4
	select ARCH_CHIP_SAM4L

config ARCH_CHIP_ATSAM4LC2A
	bool "ATSAM4LC2A"
	select ARCH_CORTEXM4
	select ARCH_CHIP_SAM4L

config ARCH_CHIP_ATSAM4LC4C
	bool "ATSAM4LC4C"
	select ARCH_CORTEXM4
	select ARCH_CHIP_SAM4L

config ARCH_CHIP_ATSAM4LC4B
	bool "ATSAM4LC4B"
	select ARCH_CORTEXM4
	select ARCH_CHIP_SAM4L

config ARCH_CHIP_ATSAM4LC4A
	bool "ATSAM4LC4A"
	select ARCH_CORTEXM4
	select ARCH_CHIP_SAM4L

config ARCH_CHIP_ATSAM4LS2C
	bool "ATSAM4LS2C"
	select ARCH_CORTEXM4
	select ARCH_CHIP_SAM4L

config ARCH_CHIP_ATSAM4LS2B
	bool "ATSAM4LS2B"
	select ARCH_CORTEXM4
	select ARCH_CHIP_SAM4L

config ARCH_CHIP_ATSAM4LS2A
	bool "ATSAM4LS2A"
	select ARCH_CORTEXM4
	select ARCH_CHIP_SAM4L

config ARCH_CHIP_ATSAM4LS4C
	bool "ATSAM4LS4C"
	select ARCH_CORTEXM4
	select ARCH_CHIP_SAM4L

config ARCH_CHIP_ATSAM4LS4B
	bool "ATSAM4LS4B"
	select ARCH_CORTEXM4
	select ARCH_CHIP_SAM4L

config ARCH_CHIP_ATSAM4LS4A
	bool "ATSAM4LS4A"
	select ARCH_CORTEXM4
	select ARCH_CHIP_SAM4L

config CONFIG_ARCH_CHIP_ATSAM4SD32C
	bool "ATSAM4SD32C"
	select ARCH_CORTEXM4
	select ARCH_CHIP_SAM4S

config CONFIG_ARCH_CHIP_ATSAM4SD32B
	bool "ATSAM4SD32B"
	select ARCH_CORTEXM4
	select ARCH_CHIP_SAM4S

config CONFIG_ARCH_CHIP_ATSAM4SD16C
	bool "ATSAM4SD16C"
	select ARCH_CORTEXM4
	select ARCH_CHIP_SAM4S

config CONFIG_ARCH_CHIP_ATSAM4SD16B
	bool "ATSAM4SD16B"
	select ARCH_CORTEXM4
	select ARCH_CHIP_SAM4S

config CONFIG_ARCH_CHIP_ATSAM4SA16C
	bool "ATSAM4SA16C"
	select ARCH_CORTEXM4
	select ARCH_CHIP_SAM4S

config CONFIG_ARCH_CHIP_ATSAM4SA16B
	bool "ATSAM4SA16B"
	select ARCH_CORTEXM4
	select ARCH_CHIP_SAM4S

config CONFIG_ARCH_CHIP_ATSAM4S16C
	bool "ATSAM4S16C"
	select ARCH_CORTEXM4
	select ARCH_CHIP_SAM4S

config CONFIG_ARCH_CHIP_ATSAM4S16B
	bool "ATSAM4S16B"
	select ARCH_CORTEXM4
	select ARCH_CHIP_SAM4S

config CONFIG_ARCH_CHIP_ATSAM4S8C
	bool "ATSAM4S8C"
	select ARCH_CORTEXM4
	select ARCH_CHIP_SAM4S

config CONFIG_ARCH_CHIP_ATSAM4S8B
	bool "ATSAM4S8B"
	select ARCH_CORTEXM4
	select ARCH_CHIP_SAM4S

endchoice

config ARCH_CHIP_SAM3U
	bool
	default n

config ARCH_CHIP_SAM4L
	bool
	default n
	select ARCH_RAMFUNCS

config ARCH_CHIP_SAM4S
	bool
	default n

menu "AT91SAM3 Peripheral Support"

config SAM_PICOCACHE
	bool "PICOCACHE"
	depends on ARCH_CHIP_SAM4L
	default y

config SAM34_OCD
	bool "On-chip DEBUG"
	depends on ARCH_CHIP_SAM4L
	default y if DEBUG_SYMBOLS
	default n if !DEBUG_SYMBOLS

config SAM34_APBA
	bool "APBA bridge"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_AESA
	bool "Advanced Encryption Standard"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_IISC
	bool "Inter-IC Sound (I2S) Controller"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_SPI
	bool "SPI"
	default n

config SAM34_TC0
	bool "Timer/Counter 0"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_TC1
	bool "Timer/Counter 1"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_TWIM0
	bool "Two-wire Master Interface 0"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_TWIS0
	bool "Two-wire Slave Interface 0"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_TWIM1
	bool "Two-wire Master Interface 1"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_TWIS1
	bool "Two-wire Slave Interface 1"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_TWIM2
	bool "Two-wire Master Interface 2"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_TWIM3
	bool "Two-wire Master Interface 3"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_UART
	bool "UART"
	default y
	depends on ARCH_CHIP_SAM3U
	select ARCH_HAVE_UART

config SAM34_PICOUART
	bool "PicoUART"
	default n
	depends on ARCH_CHIP_SAM4L
	select ARCH_HAVE_UART

config SAM34_USART0
	bool "USART0"
	default n
	select ARCH_HAVE_USART0

config SAM34_USART1
	bool "USART1"
	default n
	select ARCH_HAVE_USART1

config SAM34_USART2
	bool "USART2"
	default n
	select ARCH_HAVE_USART2

config SAM34_USART3
	bool "USART3"
	default n
	select ARCH_HAVE_USART3

config SAM34_ADCIFE
	bool "ADC controller interface"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_DACC
	bool "DAC Controller"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_ACIFC
	bool "Analog Comparator Interface"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_GLOC
	bool "GLOC"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_ABDACB
	bool "Audio Bitstream DAC"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_TRNG
	bool "True Random Number Generator"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_PARC
	bool "Parallel Capture"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_CATB
	bool "Capacitive Touch Module B"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_LCDCA
	bool " LCD Controller A"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_HRAMC1
	bool "HRAMC1 (picoCache RAM)"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_NAND
	bool "NAND support"
	default n
	depends on ARCH_CHIP_SAM3U

config SAM34_HMATRIX
	bool "HMATRIX"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_PDCA
	bool "Peripheral DMA controller"
	default n
	depends on ARCH_CHIP_SAM4L
	select ARCH_DMA

config SAM34_DMA
	bool "DMA"
	default n
	depends on ARCH_CHIP_SAM3U
	select ARCH_DMA

config SAM34_CRCCU
	bool "CRC Calculation Unit"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_USBC
	bool "USB 2.0 Interface"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_PEVC
	bool "Peripheral Event Controller"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_CHIPID
	bool "Chip ID"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_FREQM
	bool "Frequency Mete"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_AST
	bool "Asynchronous Timer"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_WDT
	bool "Watchdog Timer"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_EIC
	bool "External Interrupt Controller"
	default n
	depends on ARCH_CHIP_SAM4L

config SAM34_HSMCI
	bool "HSMCI"
	default n
	depends on ARCH_CHIP_SAM3U

endmenu

menu "AT91SAM3/4 USART Configuration"

config USART0_ISUART
	bool "USART0 is a UART"
	default y
	depends on SAM34_USART0
	select ARCH_HAVE_USART0

config USART1_ISUART
	bool "USART1 is a UART"
	default y
	depends on SAM34_USART1
	select ARCH_HAVE_USART1

config USART2_ISUART
	bool "USART2 is a UART"
	default n
	depends on SAM34_USART2
	select ARCH_HAVE_USART2

config USART3_ISUART
	bool "USART3 is a UART"
	default y
	depends on SAM34_USART3
	select ARCH_HAVE_USART2

endmenu

menu "AT91SAM3/4 GPIO Interrupt Configuration"

config GPIOA_IRQ
	bool "GPIOA interrupts"
	default n

config GPIOB_IRQ
	bool "GPIOB interrupts"
	default n

config GPIOC_IRQ
	bool "GPIOC interrupts"
	default n

endmenu