mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 14:55:24 +00:00
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>
14 lines
142 B
Plaintext
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
|