diff --git a/platforms/Kconfig b/platforms/Kconfig index 81df1573fb0..dcca93f6fd9 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