Kconfig 381 B

12345678910111213141516171819
  1. menu "Amlogic BT Device Support"
  2. config BT_DEVICE
  3. bool "BT Device support"
  4. depends on BT && RFKILL
  5. select BACKLIGHT_CLASS_DEVICE
  6. default n
  7. help
  8. Say Y here if you want to use the BT device.
  9. config BCM4329_BT
  10. bool "BCM4329 bt support"
  11. depends on BT_DEVICE
  12. help
  13. Say y here if you want to use BCM4329 BT.
  14. endmenu