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:
parent
a341d4cd43
commit
b25490d22b
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue