gnu: linux-libre-arm64-generic: Add support for ath9k wireless.
* gnu/packages/linux.scm (linux-libre-arm64-generic)[extra-options): Add configuration for ath9k_htc.
This commit is contained in:
		
							parent
							
								
									c7e45139fa
								
							
						
					
					
						commit
						35c8d631d2
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1291,7 +1291,9 @@ Linux kernel.  It has been modified to remove all non-free binary blobs.")
 | 
			
		|||
                     #:extra-version "arm64-generic"
 | 
			
		||||
                     #:extra-options
 | 
			
		||||
                     (append
 | 
			
		||||
                      `(;; needed to fix the RTC on rockchip platforms
 | 
			
		||||
                      `(;; Provide support for ath9k wireless
 | 
			
		||||
                        ("CONFIG_ATH9K_HTC" . m)
 | 
			
		||||
                        ;; needed to fix the RTC on rockchip platforms
 | 
			
		||||
                        ("CONFIG_RTC_DRV_RK808" . #t)
 | 
			
		||||
                        ;; Pinebook display, battery, charger and usb
 | 
			
		||||
                        ("CONFIG_DRM_ANALOGIX_ANX6345" . m)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue