mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 00:42:22 +00:00
The KSDK device header files require a preprocessor macro that defines the part number string (e.g., MK64FN1M0VMD12). Create a hidden Kconfig option to hold the part number string, and hidden Kconfig options that the board Kconfig will use to select the specific part number. Change-Id: I612e785026261e425b47b5b7fae0c65b4f94b30b Signed-off-by: Maureen Helm <maureen.helm@nxp.com> Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
6 lines
126 B
Plaintext
6 lines
126 B
Plaintext
|
|
config BOARD_FRDM_K64F
|
|
bool "Freescale FRDM-K64F"
|
|
depends on SOC_SERIES_KINETIS_K6X
|
|
select SOC_PART_NUMBER_MK64FN1M0VLL12
|