1# Copyright 2020 Broadcom
2# SPDX-License-Identifier: Apache-2.0
3
4if SOC_SERIES_VIPER
5
6config SOC_SERIES
7	default "viper"
8
9source "soc/arm64/bcm_vk/viper/Kconfig.defconfig.viper*"
10
11endif # SOC_SERIES_VIPER
12