kconfig: move CAVS_VERSION configs to platform

These definitions are more related to the platform/ip than drivers.

Signed-off-by: Janusz Jankowski <janusz.jankowski@linux.intel.com>
This commit is contained in:
Janusz Jankowski 2019-05-24 14:19:12 +02:00 committed by Liam Girdwood
parent a26c51a43e
commit 0beb08681b
2 changed files with 18 additions and 18 deletions

View File

@ -117,21 +117,3 @@ config DW_DMA
Select this to enable support for the Designware DMA controller.
endmenu # "Drivers"
config CAVS_VERSION_1_5
depends on CAVS
bool
help
Select for CAVS version 1.5
config CAVS_VERSION_1_8
depends on CAVS && !CAVS_VERSION_1_5
bool
help
Select for CAVS version 1.8
config CAVS_VERSION_2_0
depends on CAVS && !CAVS_VERSION_1_5 && !CAVS_VERSION_1_8
bool
help
Select for CAVS version 2.0

View File

@ -128,6 +128,24 @@ config CAVS
bool
default n
config CAVS_VERSION_1_5
depends on CAVS
bool
help
Select for CAVS version 1.5
config CAVS_VERSION_1_8
depends on CAVS && !CAVS_VERSION_1_5
bool
help
Select for CAVS version 1.8
config CAVS_VERSION_2_0
depends on CAVS && !CAVS_VERSION_1_5 && !CAVS_VERSION_1_8
bool
help
Select for CAVS version 2.0
# TODO: it should just take manifest version and offsets
config FIRMWARE_SHORT_NAME
string "Rimage firmware name"