k6x: Kconfig: Add CONFIG_K6X_HSRUN option for K66F

This option enables support for High Speed RUN operation mode for
K66F. The K64F SoC doesn't support this mode.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
Lukasz Majewski 2020-04-15 16:32:48 +02:00 committed by Maureen Helm
commit b25490d22b

View file

@ -117,4 +117,11 @@ config K6X_FLASH_CLOCK_DIVIDER
This option specifies the divide value for the K6X flash clock from the This option specifies the divide value for the K6X flash clock from the
system clock. system clock.
config K6X_HSRUN
bool "High Speed RUN mode"
depends on SOC_MK66F18
default y
help
This options enables support for High Speed RUN mode on K66F SoC.
endif # SOC_SERIES_KINETIS_K6X endif # SOC_SERIES_KINETIS_K6X