# Ktuyaconf

menuconfig ENABLE_BLUETOOTH
    bool "ENABLE_BLUETOOTH: support bluetooth"
	default n

    if (ENABLE_BLUETOOTH)
        config ENABLE_BLUETOOTH_MESH
            bool "ENABLE_BLUETOOTH_MESH: support bluetooth mesh"
            default n
    endif
