
menu "Bluetooth Device Support"

config BT_DEVICE
    bool "BT Device support"
    depends on BT && RFKILL
    select BACKLIGHT_CLASS_DEVICE
    default n
    help
      Say Y here if you want to use the BT device.
      
config BT_WAKE_CTRL
    bool "BT Wake Control support"
    select BACKLIGHT_CLASS_DEVICE
    default n
    help
        Say Y here if you want to use the BT LPM fucnction.
		
source "drivers/amlogic/bluetooth/rtk8723/Kconfig"		
endmenu
