#
# arch/arm/mach-faraday/platform-a320/Kconfig
#
# Luke Lee 08/31/2005 created
# Luke Lee 09/12/2005 Modified for A321 daughter board

config PLATFORM_FIA321
	bool "A321 daughter board support"
	depends on PLATFORM_A320
	help
	  //TODO: help on PLATFORM_FIA321

config PLATFORM_AHBDMA
	tristate "AHB DMA Support"
	depends on PLATFORM_A320 && AUTO_SYS_CLK
	help
	  AHB DMA service API support for other device drivers

config AHB_DMA_TEST
	tristate "Enable AHB DMA Test Driver"
	depends on PLATFORM_AHBDMA
        default n
	help
	  CONFIG_AHB_DMA_TEST is used to enable AHB DMA test driver. 
	  If enables this feature, user can test AHB DMA driver by 
          memory-to-memory via user mode program named ahbdma_test.

config PLATFORM_APBDMA
	tristate "APB DMA Support"
	depends on PLATFORM_A320 && AUTO_SYS_CLK
	help
	  AHB DMA service API support for other device drivers

config AUTO_SYS_CLK
	bool "Automatic AHB Clock Detection"
	depends on PLATFORM_A320
	default y
	help
	  Automatic detection of AHB clock

config SYS_CLK
	int "AHB System Clock"
	default 67737600
	help
	  Manual setting of AHB clock, must match the jumper setting on
          the board, or the system time won't be correctly calculated.
	  Notice that even when AUTO_SYS_CLK is ON, this value is still
          required for adjusting minor time offsets. However, the influence
          should be within micro-second to nano-second scale.

config UART_CLK
	int "UART Clock"
	default 18432000
	depends on PLATFORM_A320
	help
	  //TODO: help on UART clock

config SDRAM_SIZE
	hex "SDRAM Size (hex)"
	default 4000000
	depends on PLATFORM_A320
	help
	  //TODO: help on SDRAM size

config PEPPERCON
        bool "Peppercon KIRA"
        help
          This option enables support for the Peppercon KIRA chip.
