Files
luban-lite/bsp/peripheral/bt/realtek/Kconfig
刘可亮 3e10f578d3 v1.2.2
2025-10-21 13:59:50 +08:00

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