summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.panic
Commit message (Collapse)AuthorAgeFilesLines
* zephyr: Disable PLATFORM_EC_STACKOVERFLOW for tests.Keith Short2021-04-091-1/+1
| | | | | | | | | | | | | | | Disable the CONFIG_PLATFORM_EC_STACKOVERFLOW for tests and the posix-ec build to fix a compiler warning. BUG=none BRANCH=none TEST=zmake testall Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: If45fc5d342991d7aef8a5392b2eb3b8e9f6b8d2c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2816141 Commit-Queue: Yuval Peress <peress@chromium.org> Reviewed-by: Yuval Peress <peress@chromium.org>
* zephyr: kconfig: move panic configs to separate fileYuval Peress2021-04-071-0/+43
Clean up the root Kconfig for Zephyr by moving sub configs to separate file (Kconfig.panic). BRANCH=none BUG=none TEST=zmake testall Signed-off-by: Yuval Peress <peress@chromium.org> Change-Id: If506bc71ac969477d88250c1fcacca6a19101968 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2808149 Reviewed-by: Simon Glass <sjg@chromium.org>