]> Git Repo - buildroot-mgba.git/commitdiff
package/linux-firmware: move BR2_PACKAGE_LINUX_FIRMWARE_TI_CC2560 to Bluetooth
authorDavid Lechner <[email protected]>
Sat, 23 Feb 2019 01:07:32 +0000 (19:07 -0600)
committerThomas Petazzoni <[email protected]>
Tue, 16 Apr 2019 20:36:47 +0000 (22:36 +0200)
This moves the BR2_PACKAGE_LINUX_FIRMWARE_TI_CC2560 option to the
Bluetooth section of the config file. This chip is Bluetooth-only, so
it belongs there instead of with the Wi-Fi/Bluetooth combo chips.

Signed-off-by: David Lechner <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
package/linux-firmware/Config.in

index eaf68de8a5262e530fd00fa3abd5623d21d41bb3..6b182dc64f741ffc5d3c32e604ca4ef5c975b2f5 100644 (file)
@@ -59,6 +59,11 @@ config BR2_PACKAGE_LINUX_FIRMWARE_QUALCOMM_6174A_BT
        help
          Firmware files for QCA Rome 6174A bluetooth support.
 
+config BR2_PACKAGE_LINUX_FIRMWARE_TI_CC2560
+       bool "TI CC2560"
+       help
+         Firmware files for Bluetooth modules CC2560 and CC2560A
+
 endmenu # Bluetooth
 
 menu "WiFi firmware"
@@ -282,11 +287,6 @@ config BR2_PACKAGE_LINUX_FIRMWARE_REDPINE_RS9113
        help
          Firmware files for WLAN and Bluetooth modules rs9113
 
-config BR2_PACKAGE_LINUX_FIRMWARE_TI_CC2560
-       bool "TI CC2560"
-       help
-         Firmware files for Bluetooth modules CC2560 and CC2560A
-
 config BR2_PACKAGE_LINUX_FIRMWARE_TI_WL127X
        bool "TI wl127x"
        help
This page took 0.029326 seconds and 4 git commands to generate.