#
# MUIC devices
#

comment "MUIC configs"

config USE_MUIC
	bool "Using MUIC device driver"
	default n
	help
	  If you say yes here you will get support for
	  the MUIC device driver.

config USE_SAFEOUT
	bool "Using SAFEOUT device driver"
	default n
	help
	  If you say yes here you will get support for
	  the SAFEOUT device driver.

config MUIC_NOTIFIER
	bool "MUIC notifier support"
	depends on USE_MUIC
	default n
	help
	  If you say yes here you will get support for
	  the MUIC attached device status change notification.

config MUIC_MAX77833
        bool "Using MAX77833 MUIC"
        depends on MFD_MAX77833 && USE_MUIC
        default n
        help
          If you say yes here you will get support for 
          for the MAX77833 MUIC chip.

config HV_MUIC_MAX77833_AFC
        bool "Using MAX77833 AFC MUIC"
        depends on MUIC_MAX77833
        default n
        help
          If you say yes here you will get support for the MAX77833 AFC MUIC.

config MUIC_MAX77833_SHAKEID_WA
        bool "Using MAX77833 MUIC SHAKE ID WA"
        depends on MUIC_MAX77833
        default n
        help
          If you say yes here you will get support for the MAX77833 MUIC SHAKE ID WA.

config MUIC_MAX77833_IGNORE_ADCERR_WA
        bool "Using MAX77833 MUIC ignore ADCERR WA"
        depends on MUIC_MAX77833
        default n
        help
          If you say yes here you will get support for the MAX77833 MUIC RESET WA. 

config MUIC_MAX77833_RESET_WA
        bool "Using MAX77833 MUIC RESET WA"
        depends on MUIC_MAX77833
        default n
        help
          If you say yes here you will get support for the MAX77833 MUIC RESET WA.

config MUIC_MAX77888
	bool "Using MAX77888 MUIC"
	depends on MFD_MAX77888 && USE_MUIC
	default n
	help
	  If you say yes here you will get support for
	  for the MAX77888 MUIC chip.

config MUIC_UNIVERSAL
	bool "UNIVERSAL MUIC"
	depends on USE_MUIC
	default n
	help
	  If you say yes here you will get support for various MUIC chips.

config MUIC_UNIVERSAL_MAX77854
	bool "MAX77854 MUIC"
	depends on MUIC_UNIVERSAL
	default n
	help
	  If you say yes here you will get support for the MAX77854 MUIC chip.

config MUIC_HV
	bool "MUIC_HV"
	depends on MUIC_UNIVERSAL
	default n
	help
	  If you say yes here you will get support for the AFC.

config MUIC_HV_12V
	bool "MUIC_HV_12V"
	depends on MUIC_HV
	default n
	help
	  If you say yes here you will get support for the AFC.

config SUPPORT_QC30
	bool "SUPPORT_QC30"
	default n
	help
	  If you say yes here you will get support for the QC3.0 charger.

config MUIC_SUPPORT_CCIC
	bool "MUIC supports CCIC chip interface"
	depends on MUIC_UNIVERSAL
	default n
	help
	  If you say yes here you will get support for the CCIC chip.

config MUIC_SUPPORT_RUSTPROOF
	bool "MUIC Disable UART"
	depends on !SEC_FACTORY
	default n
	help
	 This option will disable the UART to prevent the rusting of the
	 IF Connector in the case of Kmini Devices.

config MUIC_SUPPORT_VZW_ACC
	bool "MUIC supports VZW ACC"
	depends on MUIC_UNIVERSAL
	default n
	help
	 If you say yes here you will get support for the VZW Accessory & Incompatible.

config MUIC_SUPPORT_LANHUB
	bool "MUIC supports LANHUB"
	depends on MUIC_UNIVERSAL
	default n
	help
	 If you say yes here you will get support for the LANHUB.

config MUIC_SUPPORT_EARJACK
	bool "MUIC supports EARJACK"
	depends on MUIC_UNIVERSAL
	default n
	help
	 If you say yes here you will get support for the mUSB Earjack.

config MUIC_SUPPORT_KEYBOARDDOCK
	bool "MUIC supports KEYBOARDDOCK"
	depends on MUIC_UNIVERSAL
	default n
	help
	 If you say yes here you will get support for the pogo KEYBOARD.

config MUIC_HV_FORCE_LIMIT
        bool "Force limit AFC QC MAX CHG VOLTAGE"
        depends on MUIC_UNIVERSAL_MAX77854
        default n
        help
          If you say yes here you will add function of limit afc charging volatage.

config MUIC_UNIVERSAL_SM5703
	bool "SM5703 MUIC"
	depends on USE_MUIC
	default n
	help
	  If you say yes here you will get support for the SM5703 MUIC chip.

config MUIC_UNIVERSAL_SM5705
	bool "SM5705 MUIC"
	depends on USE_MUIC
	default n
	help
	  If you say yes here you will get support for the SM5705 MUIC chip.

config MUIC_UNIVERSAL_SM5705_AFC
	bool "SM5705 MUIC AFC"
	depends on USE_MUIC
	default n
	help
	  If you say yes here you will get support for the SM5705 MUIC
	  AFC feature.

config MUIC_SM5705_SWITCH_CONTROL
	bool "SM5705 TYPE C SUPPORT"
	depends on MUIC_UNIVERSAL_SM5705 && MUIC_SUPPORT_CCIC
	default n
	help
	  It's a work around for SM5705 HW bug in USB Type C model.

