config ARCH_QUASAR
	bool "QBit Quasar support" if ARCH_MULTI_V7
	help
	  Support for QBit Quasar family of processors

menu "QBit Quasar support"
	depends on ARCH_QUASAR

config SOC_QUASAR6300
	bool "QBit 6300 bigLittle SMP Platform"
	select CPU_V7
	select HAVE_SMP
	select ARM_GIC
	select DWMAC_QUASAR 
	select CLKSRC_MMIO
	select USB_XHCI_PLATFORM
	select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
	select DEBUG_UART_8250_WORD
	help
          Support for QBit 6300 Platform

endmenu


config QUASAR_WIRELESS
    bool "Quasar Wireless support"
    select WIRELESS_EXT
    select WEXT_PRIV
    default n
    help
      Select this option if you want to directly enable Wireless 
      Extensions for a Quasar kernel without having to enable
      any specific Wi-Fi driver.

config ARCH_QUASAR_8250_FRACTION
    bool "Quasar UART fraction support"
    default n
    help
      Select this option if you want to enable fration setting 
      for Quasar kernel.

config SOC_QUASAR_M30_POWER_DOWN
    bool "Quasar M30 power down support"
    default n
    help
      Select this option if you want to enable M30 power doen during suspend 
      for Quasar kernel.
      
