zephyr/boards/frdm_k64f/Kconfig.defconfig
Kumar Gala 9ec2f3be80 Cleanup whitespace in Kconfig files
Convert leading whitespace into tabs in Kconfig files.  Also replaced
double spaces between config and <prompt>.

Change-Id: I341c718ecf4143529b477c239bbde88e18f37062
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2016-05-25 13:28:07 -05:00

14 lines
142 B
Plaintext

if BOARD_FRDM_K64F
config BOARD
default frdm_k64f
config FLASH_SIZE
default 1024
config SRAM_SIZE
default 192
endif # BOARD_FRDM_K64F