diff --git a/platforms/Kconfig b/platforms/Kconfig index 81df1573fb..dcca93f6fd 100644 --- a/platforms/Kconfig +++ b/platforms/Kconfig @@ -1,3 +1,7 @@ if PLATFORM_NUTTX rsource "nuttx/Kconfig" endif + +if PLATFORM_POSIX || PLATFORM_QURT +rsource "common/Kconfig" +endif