diff options
Diffstat (limited to 'src/soc/amd/common/Kconfig.common')
-rw-r--r-- | src/soc/amd/common/Kconfig.common | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/soc/amd/common/Kconfig.common b/src/soc/amd/common/Kconfig.common new file mode 100644 index 0000000000..a0836a3372 --- /dev/null +++ b/src/soc/amd/common/Kconfig.common @@ -0,0 +1,14 @@ +config SOC_AMD_COMMON + bool + help + common code blocks for AMD SOCs + +if SOC_AMD_COMMON + +config SOC_AMD_PI + bool + default n + +source "src/soc/amd/common/block/*/Kconfig" + +endif # SOC_AMD_COMMON |