summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.debug_assert
Commit message (Collapse)AuthorAgeFilesLines
* zephyr: kconfig: move debug_assert configs to separate fileYuval Peress2021-04-071-0/+45
Clean up the root Kconfig for Zephyr by moving sub configs to separate file (Kconfig.debug_assert). Also, add correct dependency to only allow PLATFORM_EC_DEBUG_ASSERT_* configs if PLATFORM_EC_DEBUG_ASSERT is enabled. BRANCH=none BUG=none TEST=zmake testall Signed-off-by: Yuval Peress <peress@chromium.org> Change-Id: I1cdd0dbba3b7300b8b95eb69df49d44033a0eb6c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2808145