kernel: force CONFIG_BT_HCIUART_ATH3K to y
The CONFIG_BT_HCIUART_ATH3K may not be "m", therfore we cannot inherit the kmod selection state. Force the "CONFIG_BT_HCIUART_ATH3K" symbol to "y" in order to avoid `warning: symbol value 'm' invalid for BT_HCIUART_ATH3K` and subsequent kconfig stalls. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47237
This commit is contained in:
		@@ -84,7 +84,7 @@ define KernelPackage/ath3k
 | 
				
			|||||||
  DEPENDS:=+kmod-bluetooth +ar3k-firmware
 | 
					  DEPENDS:=+kmod-bluetooth +ar3k-firmware
 | 
				
			||||||
  KCONFIG:= \
 | 
					  KCONFIG:= \
 | 
				
			||||||
	CONFIG_BT_ATH3K \
 | 
						CONFIG_BT_ATH3K \
 | 
				
			||||||
	CONFIG_BT_HCIUART_ATH3K
 | 
						CONFIG_BT_HCIUART_ATH3K=y
 | 
				
			||||||
  $(call AddDepends/bluetooth)
 | 
					  $(call AddDepends/bluetooth)
 | 
				
			||||||
  FILES:= \
 | 
					  FILES:= \
 | 
				
			||||||
	$(LINUX_DIR)/drivers/bluetooth/ath3k.ko
 | 
						$(LINUX_DIR)/drivers/bluetooth/ath3k.ko
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user