You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
109 lines
2.4 KiB
109 lines
2.4 KiB
menu "Ecs Config"
|
|
|
|
config SOCT_IR_TYPE_STD
|
|
bool "Support standard ir"
|
|
default n
|
|
help
|
|
this flag is used to enable/disable standard ir protocol
|
|
config SOCT_IR_TYPE_S2
|
|
bool "support s2 ir"
|
|
default y
|
|
help
|
|
this flag is used to enable/disable s2 ir protocol
|
|
|
|
config SOCT_NEC_SUPPORT
|
|
bool "Nec support"
|
|
default y
|
|
help
|
|
this flag is used to enable/disable nec protocol
|
|
|
|
config SOCT_RC6_SUPPORT
|
|
bool "Rc6 support"
|
|
default y
|
|
help
|
|
this flag is used to enable/disable rc6 protocol
|
|
|
|
config SOCT_RC5_SUPPORT
|
|
bool "Rc5 support"
|
|
default y
|
|
help
|
|
this flag is used to enable/disable Rc5 protocol
|
|
|
|
config SOCT_RSTEP_SUPPORT
|
|
bool "Rstep support"
|
|
default y
|
|
help
|
|
this flag is used to enable/disable Rstep protocol
|
|
|
|
config SOCT_SONY_SUPPORT
|
|
bool "Sony support"
|
|
default y
|
|
help
|
|
this flag is used to enable/disable Sony protocol
|
|
config SOCT_TC9012_SUPPORT
|
|
bool "Tc9012 support"
|
|
default y
|
|
help
|
|
this flag is used to enable/disable Tc9012 protocol
|
|
|
|
config SOCT_CREDIT_SUPPORT
|
|
bool "Credit support"
|
|
default y
|
|
help
|
|
this flag is used to enable/disable Credit protocol
|
|
|
|
config SOCT_KALE_SUPPORT
|
|
bool "Kale support"
|
|
default y
|
|
help
|
|
this flag is used to enable/disable Credit protocol
|
|
|
|
config SOCT_XMP_SUPPORT
|
|
bool "Xmp support"
|
|
default y
|
|
help
|
|
this flag is used to enable/disable Xmp protocol
|
|
|
|
config SOCT_SOYBEAN_SUPPORT
|
|
bool "SOYBEAN support"
|
|
default y
|
|
help
|
|
this flag is used to enable/disable SOYBEAN protocol
|
|
|
|
config SOCT_RCA_SUPPORT
|
|
bool "RCA support"
|
|
default y
|
|
help
|
|
this flag is used to enable/disable RCA protocol
|
|
|
|
config SOCT_NECJVC_SUPPORT
|
|
bool "NECJVC support"
|
|
default y
|
|
help
|
|
this flag is used to enable/disable NECJVC protocol
|
|
|
|
config SOCT_MITSUBISHI_SUPPORT
|
|
bool "MITSUBISHI support"
|
|
default y
|
|
help
|
|
this flag is used to enable/disable MTSUBISHI protocol
|
|
|
|
config SOCT_SAMSUNG_SUPPORT
|
|
bool "SAMSUNG support"
|
|
default y
|
|
help
|
|
this flag is used to enable/disable SAMSUNG protocol
|
|
|
|
config SOCT_GPIOI2C_SUPPORT
|
|
bool "Gpio Simulate I2c Support"
|
|
default y
|
|
help
|
|
this flag is used to enable/disable Gpioi2c mode
|
|
|
|
config SOCT_KPI_OPTIMIZE
|
|
bool "Kpi optimize support"
|
|
default y if SOCT_NEC_SUPPORT
|
|
help
|
|
this flag is used to enable/disable kpi optimize
|
|
endmenu
|