blob: 492c3bd005d5e3e5ebc6a11e3323def366d252a1 [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001# SPDX-License-Identifier: GPL-2.0
2choice
3 prompt "Board support"
4 depends on BCM63XX
5 default BOARD_BCM963XX
6
7config BOARD_BCM963XX
David Brazdil0f672f62019-12-10 10:32:29 +00008 bool "Generic Broadcom 963xx boards"
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00009 select SSB
10
11endchoice