diff mbox series

package/linux-firmware: move BR2_PACKAGE_LINUX_FIRMWARE_TI_CC2560 to Bluetooth

Message ID 20190223010732.9120-1-david@lechnology.com
State Accepted
Headers show
Series package/linux-firmware: move BR2_PACKAGE_LINUX_FIRMWARE_TI_CC2560 to Bluetooth | expand

Commit Message

David Lechner Feb. 23, 2019, 1:07 a.m. UTC
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 <david@lechnology.com>
---
 package/linux-firmware/Config.in | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Thomas Petazzoni April 16, 2019, 8:37 p.m. UTC | #1
On Fri, 22 Feb 2019 19:07:32 -0600
David Lechner <david@lechnology.com> wrote:

> 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 <david@lechnology.com>
> ---
>  package/linux-firmware/Config.in | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
index eaf68de8a5..6b182dc64f 100644
--- a/package/linux-firmware/Config.in
+++ b/package/linux-firmware/Config.in
@@ -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