123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416 |
- source ./aps/customer/Kconfig.frontend
- source ./aps/customer/Kconfig.external
- source ./aps/customer/Kconfig.storage
- source ./aps/customer/Kconfig.hdmi
- menu "AUDIO IO Select"
- config HEADPHONE
- bool "SUPPORT HEADPHONE"
- default y
- if(HEADPHONE)
- choice
- prompt "headphone detect method"
- default HEADPHONE_DETECT_BY_ISR
- config HEADPHONE_DETECT_BY_ISR
- bool "HEADPHONE_DETECT_BY_ISR"
-
- config HPDET_BY_SWTIMER
- bool "HEADPHONE_DETECT_BY_SWPOLLING"
- endchoice
- endif
- choice
- prompt "Select Headphone use ic pin"
- default HP_OUT_NONE
- config HP_OUT_FROM_SPEAKER_PIN
- bool "Heaphone out use speaker pin"
- config HP_OUT_FROM_HP_PIN
- bool "Heaphone out use HP pin"
- config HP_OUT_FROM_LINEOUT_PIN
- bool "Heaphone out use lineout pin"
- config HP_OUT_NONE
- bool "none headphone"
- endchoice
- config DAC1_SRC_TYPE
- int
- prompt "DAC1 Source , 0:SD0(Speaker) 1: SD1(Lineout)"
- default 0
- config DAC2_SRC_TYPE
- int
- prompt "DAC2 Source , 0:SD0(Speaker) 1: SD1(Lineout)"
- default 1
- config SUPPORT_SPDIF_OUT
- bool
- prompt "Support SPDIF Out"
- default y
- config AUDIO_ADC_12K_CIRCUIT
- bool
- prompt "AUDIO ADC GAIN FOR 12ohm and 12Kohm CIRCUIT"
- default n
- help
- AUDIO ADC GAIN FOR 12ohm and 12Kohm CIRCUIT
- config AUDIO_ADC_43K_CIRCUIT
- bool
- prompt "AUDIO ADC GAIN for 43K ohm input circuit"
- default n
- help
- AUDIO ADC GAIN FOR 12ohm and 12Kohm CIRCUIT
- config FOR_AV2_AUDIO_ADC_12K_CIRCUIT
- bool
- prompt "AV2 SOURCE AUDIO ADC GAIN FOR 12ohm and 12Kohm CIRCUIT"
- default n
- help
- AV2 SOURCE AUDIO ADC GAIN FOR 12ohm and 12Kohm CIRCUIT
- endmenu
- config EXTRA_PWM_CONTROL_FOR_FAN
- bool "Extra PWM Control For Fan"
- default n
- help
- use pwm control rotate speed
- config KEYPAD0_DISABLE
- bool
- prompt "Keypad0 disable"
- default n
- config KEYPAD1_FUNCTION
- bool
- prompt "Keypad1 disable"
- default y
-
- menu "Kaypad1 disable select"
- depends on KEYPAD1_FUNCTION
- config KEYPAD1_DISABLE
- bool "Disable keypad1 for driver "
- default y
- config KEYPAD1_DISABLE_BOOT
- bool "Disable keypad1 for boot"
- default y
- endmenu
-
- config SKIP_AC_POWERKEY
- bool
- prompt "Keypad0 skip AC power key"
- default n
- config KEYPAD_SINGLE_REUSE
- bool
- prompt "Support Single Keypad(need config SUPPORT_HELP_MENU)"
- default y if CV512CH_X42_FORMAL___DEFAULTPROJ__CULTRAVIEW__CULTRAVIEW__CULTRAVIEW
- config KEYPAD_THREE_KEY_REUSE
- bool
- prompt "Support ThreeKey keypad"
- default n
-
- config KEYPAD_FIVE_KEY_REUSE
- bool
- prompt "Support FiveKey keypad(need config SUPPORT_HELP_MENU)"
- default n
-
- config TUNER_USE_AGC2
- bool
- prompt "Tuner Use AGC2 Control"
- default n
- config GLED_DISABLE
- bool
- prompt "Single LED mode"
- default n
- help
- Use one GPIO/PWM control RED and GREEN LED
- config MNT_LED
- depends on !GLED_DISABLE
- bool
- prompt "Monitor LED mode"
- default n
- help
- Use two GPIO control RED and GREEN LED
- config GLED_CTRL_INV
- depends on MNT_LED
- bool
- prompt "G LED control invert"
- default n
- help
- GLED control invert
- config CONTROL_STANDBY_LED
- bool
- prompt "Control Standby LED"
- default n
- help
- Control Standby LED by user setting
-
- config MAINPOWER_SEQUENCE_CTRL
- bool
- prompt "Main Power Sequence after AUX 1V"
- default n
- help
- Use GPIO34 contorl main power sequence
- config MAINPOWER_SEQUENCE_SW_CTRL
- bool
- prompt "SW Main Power Sequence after AUX 1V "
- default n
- help
- Use CONFIG_MAINPOWER_3V3_CTRL_PIN contorl main power sequence
- config MAINPOWER_3V3_CTRL_PIN
- depends on MAINPOWER_SEQUENCE_SW_CTRL
- int
- prompt "3V3 main power control pin"
- default 27
- config MAINPOWER_3V3_SW_DELAY_TIME
- depends on MAINPOWER_SEQUENCE_SW_CTRL
- int
- prompt "3V3 main power control delay time"
- default 5
- config PANEL_BL_ON_BL_ADJ_SWAP_FUNCTION
- bool
- prompt "BL_ON as PWM2 and BL_ADJ as GPIO mode"
- default n
- config PANEL_BACKLIGHT_DIM_REF
- bool
- prompt "Panel backlight control via DIM and REF"
- default n
- config PANEL_ON_REF_TO_DIM_DELAY
- depends on PANEL_BACKLIGHT_DIM_REF
- int
- prompt "Panel power on delay between REF to DIM (30 ms)"
- default 30
-
- config PANEL_OFF_DIM_TO_REF_DELAY
- depends on PANEL_BACKLIGHT_DIM_REF
- int
- prompt "Panel power off delay between DIM to REF (30 ms)"
- default 30
- config PANEL_PWM_REF_INV
- depends on PANEL_BACKLIGHT_DIM_REF
- bool
- prompt "PWM REF invert circuit"
- default n
- config PANEL_PWM_DIM_PERIOD
- depends on PANEL_BACKLIGHT_DIM_REF
- int
- prompt "PWM DIM period (default 200 HZ)"
- default 200
- config PANEL_PWM_DIM_DUTY
- depends on PANEL_BACKLIGHT_DIM_REF
- int
- prompt "PWM DIM duty (default 80%)"
- default 80
- config PANEL_PWM_REF_DUTY
- depends on PANEL_BACKLIGHT_DIM_REF
- int
- prompt "PWM REF duty (default 40%)"
- default 40
-
- config PANEL_PWM_REF_PERIOD
- depends on PANEL_BACKLIGHT_DIM_REF
- int
- prompt "PWM REF period (default 25k HZ)"
- default 25000
- config PANEL_SEQE_POWEROFF_ADJ_EARLY_BLON
- bool
- prompt "Panel Poweroff Sequence ADJ earlier than BL_ON"
- default n
- config PANEL_SEQE_POWEROFF_ADJ_GPIO_MODE
- bool
- prompt "Panel Poweroff Sequence ADJ pin need set to GPIO mode"
- default n
-
- config PANEL_ADJ_INVERT
- bool
- prompt "Panel backlight ADJ control invert"
- default n
- config AV_ON_G_CHANNEL
- bool
- prompt "AV Signals on ADC G Channel"
- default n
- config CRYSTAL_USE_24MHZ
- bool
- prompt "Crystal Use 24MHZ(For Internal Test Only)"
- default n
- config SUPPORT_USB3_CONNECTOR
- bool
- prompt "Support USB3.0 connector"
- default n
- config FIB_FOR_AV_ON_533_A0
- bool
- prompt "FIB for AV testing on 533 A0 Chip(For Internal Test Only)"
- default n
-
- config ATV_ESD_COLOR_SOUND_ISSUE
- bool
- prompt "ATV ESD COLOR SOUND ISSUE for 512C"
- default n
-
- menu "Update LED Style"
- config GREEN_LED_FLASH
- bool
- prompt "Green LED flash duing update"
- default n
- config RED_LED_FLASH
- bool
- prompt "Red LED flash duing update"
- default y
- endmenu
- menu "8506 TCON Setting"
- config SUPPORT_TCON
- bool "Support TCON"
- default n
- config USE_TCON_OUTPUT
- bool "Using TCON Output"
- default n
- config ENABLE_TCON_OVERDRIVE
- bool "Enable TCON Over Drive"
- default n
-
- #config ENABLE_TCON_DEMURA_TABLE
- # bool "Enable TCON Demura Table"
- # default n
- choice
- prompt "TCON PANEL Select"
- default TCON_NONE
- config TCON_NONE
- bool "None"
- config BOE_HV320WHB_N86
- bool "BOE HV320WHB N86"
- config BOE_HV320WHB_N56
- bool "BOE HV320WHB N56"
- config BOE_HV320WHB_N81
- bool "BOE HV320WHB N81"
- config BOE_HV430FHB_N40
- bool "BOE HV430FHB N40"
- config CSOT_ST3151A05_C
- bool "CSOT ST3151A05 C"
- config HKC_PT320AT01_4
- bool "HKC PT320AT01 4"
- endchoice
-
- choice
- prompt "TCON BOARD Select"
- config TCON_BOARD_DEFAULT
- bool "Default"
- config TCON_BOARD_8506T128PIN
- bool "RDA_8506T 128 Pin"
- config TCON_BOARD_6710T
- bool "UTS_6710T"
- endchoice
- config TCON_BIN_FOLDER_NAME
- string
- default "BOE_N86/RDA_8506T" if BOE_HV320WHB_N86 && TCON_BOARD_DEFAULT
- default "BOE_N86/RDA_8506T_128" if BOE_HV320WHB_N86 && TCON_BOARD_8506T128PIN
- default "BOE_N86/UTS_6710T" if BOE_HV320WHB_N86 && TCON_BOARD_6710T
- default "BOE_N56/RDA_8506T" if BOE_HV320WHB_N56 && TCON_BOARD_DEFAULT
- default "BOE_N56/RDA_8506T_128" if BOE_HV320WHB_N56 && TCON_BOARD_8506T128PIN
- default "BOE_N56/UTS_6710T" if BOE_HV320WHB_N56 && TCON_BOARD_6710T
- default "BOE_N81/RDA_8506T" if BOE_HV320WHB_N81 && TCON_BOARD_DEFAULT
- default "BOE_N81/RDA_8506T_128" if BOE_HV320WHB_N81 && TCON_BOARD_8506T128PIN
- default "BOE_N81/UTS_6710T" if BOE_HV320WHB_N81 && TCON_BOARD_6710T
- default "BOE_N40/RDA_8506T" if BOE_HV430FHB_N40 && TCON_BOARD_DEFAULT
- default "BOE_N40/RDA_8506T_128" if BOE_HV430FHB_N40 && TCON_BOARD_8506T128PIN
- default "BOE_N40/UTS_6710T" if BOE_HV430FHB_N40 && TCON_BOARD_6710T
- default "CSOT_C/RDA_8506T" if CSOT_ST3151A05_C && TCON_BOARD_DEFAULT
- default "CSOT_C/RDA_8506T_128" if CSOT_ST3151A05_C && TCON_BOARD_8506T128PIN
- default "CSOT_C/UTS_6710T" if CSOT_ST3151A05_C && TCON_BOARD_6710T
- default "HKC_PT320AT01_4" if HKC_PT320AT01_4
- endmenu
- menu "LVDS Setting"
- config LVDS_SINGLE_LANE_PAIR_SETTING
- hex
- prompt "LVDS Single Channel Setting(for 8506/6710)"
- default 0x40f
- help
- #define LVA0 0x1 //LVA
- #define LVA1 0x2
- #define LVA2 0x4
- #define LVA3 0x8
- #define LVA4 0x10 // 10 bit panel LVA A
-
- #define LVB0 0x20 // LVB
- #define LVB1 0x40
- #define LVB2 0x80
- #define LVB3 0x100
- #define LVB4 0x200 // 10 bit panel LVB B
- #define LV_CLK 0x400 // lvds clk ch
-
- PS:Calc Vaule according to hw design,if has used channel need to set 1
-
-
- config LVDS_DUAL_LANE_PAIR_SETTING
- hex
- prompt "LVDS Dual Channel Setting(for 8506/6710)"
- default 0x5ef
- help
- #define LVA0 0x1 //LVA
- #define LVA1 0x2
- #define LVA2 0x4
- #define LVA3 0x8
- #define LVA4 0x10 // 10 bit panel LVA A
-
- #define LVB0 0x20 // LVB
- #define LVB1 0x40
- #define LVB2 0x80
- #define LVB3 0x100
- #define LVB4 0x200 // 10 bit panel LVB B
-
- #define LV_CLK 0x400 // lvds clk ch
-
- PS:Calc Vaule according to hw design,if has used channel need to set 1
- endmenu
- menu "Board USB 5V VCC"
- config USBVCC_USE_GPIO
- bool
- prompt "Using GPIO to control USB VCC"
- default n
- config GPIO_USB5V
- depends on USBVCC_USE_GPIO
- int
- prompt "usb 5v power control gpio decimal number"
- default 16
- config GPIO_USB5V_LEVEL
- depends on USBVCC_USE_GPIO
- int
- prompt "0:low ; 1:high"
- default 1
- endmenu
|