Fixed                
                
            
            
                
                    Created: Jul 24, 2014   
                                            Updated: Dec 3, 2018                                    
                
                    
                                    
             
         
        
            
            
                                    
                        Resolved Date: Jul 25, 2014                    
                
                
                                    
                        Found In Version: 6.0                    
                
                                    
                        Fix Version: 6.0.0.10                    
                
                                        
                            Severity: Standard                        
                    
                                        
                            Applicable for: Wind River Linux 6                        
                    
                                    
                        Component/s: BSP - Async                    
                
                
                             
         
                        
                XLP_NAE_SUPPORT can't be selected as kernel module
------------
$ grep XLP_NAE_SUPPORT drivers/netlogic/Kconfig -A 6
config XLP_NAE_SUPPORT
        pool "Enable XLP NAE support"
        depends on NLM_XLP_BOARD
        default y
        help
          This option enables XLP Network Acceleration engine support.
                        
                $ grep XLP_NAE_SUPPORT drivers/netlogic/Kconfig -A 6
Modify  drivers/netlogic/Kconfig as below.
---------------------------------------
config XLP_NAE_SUPPORT
        tristate "Enable XLP NAE support"
        depends on NLM_XLP_BOARD
        default y
        help
          This option enables XLP Network Acceleration engine support.
                        
                1) configure --enable-board=bcm-xlp --enable-kernel=preempt-rt --enable-rootfs=glibc-small --with-layer=wr-bsps/bcm-xlp/wr-bcm-hyperexec-v2 --enable-parallel-pkgbuilds=24 --enable-jobs=24
2) make all
3) make kds
4) make menuconfig
Select XLP_NAE_SUPPORT as module.
5) make vmlinux
Check the behaving and logs.