Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 choice
0003         prompt "Board support"
0004         depends on BCM63XX
0005         default BOARD_BCM963XX
0006 
0007 config BOARD_BCM963XX
0008         bool "Generic Broadcom 963xx boards"
0009         select SSB
0010 
0011 endchoice