mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-24 21:18:54 +00:00
29 lines
651 B
Plaintext
29 lines
651 B
Plaintext
#-------------------------------------------
|
|
# realtek bluetooth devices local parameter
|
|
#-------------------------------------------
|
|
|
|
# bluetooth parameter
|
|
|
|
config AIC_USING_REALTEK_BT
|
|
bool
|
|
default n
|
|
|
|
menu "realtek bluetooth Parameter"
|
|
|
|
config AIC_DEV_REALTEK_BT_PWR_GPIO
|
|
string "realtek bt power on gpio"
|
|
|
|
config AIC_DEV_REALTEK_BT_RST_GPIO
|
|
string "realtek bt reset gpio"
|
|
|
|
config AIC_DEV_REALTEK_BT_CTS_GPIO
|
|
string "realtek bt cts gpio"
|
|
|
|
config AIC_DEV_REALTEK_BT_RTS_GPIO
|
|
string "realtek bt rts gpio"
|
|
|
|
config AIC_DEV_REALTEK_BT_WAKE_GPIO
|
|
string "realtek bt wake on gpio"
|
|
|
|
endmenu
|