You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
213 B

  1. menu "Configuration"
  2. config PYTHON3_BLUETOOTH_SUPPORT
  3. bool "Enable Bluetooth support"
  4. default n
  5. config PYTHON3_HOST_PIP_CACHE_WORLD_READABLE
  6. bool "Ensure host pip cache is world-readable"
  7. default n
  8. endmenu