blob: 86150ed87067426b33c3b2567b5837c4925ad4a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config SOC_AMD_COMMON_BLOCK
bool
help
SoC driver for AMD common IP code
if SOC_AMD_COMMON_BLOCK
comment "AMD SoC Common IP Code"
source "src/soc/amd/common/block/*/Kconfig"
endif
|