platform: kconfig: remove undefined CAVS_LPRO_ONLY

This kconfig was removed in 2d02dd0ed5, do
not depend on it.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2023-08-07 16:42:49 +00:00 committed by Kai Vehmanen
parent e847c8b270
commit 998f824826
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ config CAVS_LPS
config CAVS_USE_LPRO_IN_WAITI
bool "Use low power ring oscillator in WFI"
default n
depends on CAVS && !CAVS_LPRO_ONLY
depends on CAVS
help
Select if we want to use LPRO clock in waiti.
After waiti exit clock source will be restored.