blob: db0a301084f7cca25f04151695a947898eed02cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
menu "Configuration"
config PYTHON3_BLUETOOTH_SUPPORT
bool "Enable Bluetooth support"
default n
config PYTHON3_HOST_PIP_CACHE_WORLD_READABLE
bool "Ensure host pip cache is world-readable"
default n
endmenu
|