This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
670aa0cc99
zephyr
/
boards
/
arc
/
em_starterkit
/
Kconfig.defconfig
8 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
arc: Adding ARC EM Starter Kit board support Board support for the ARC EM Starter Kit provides for a board that can select one of two SOCs. The EM9D and EM11D commits will be done separately to expidite review. Also submitted here is doc/board/em_starterkit.rst to explain details about this Zephyr board choice. Change-Id: Icd9fac045c700ad8dcb95161fdd63c130f665778 Signed-off-by: Chuck Jordan <cjordan@synopsys.com>
2016-05-21 12:23:34 +08:00
if BOARD_EM_STARTERKIT
config BOARD
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 07:17:13 +08:00
default "em_starterkit"
arc: Adding ARC EM Starter Kit board support Board support for the ARC EM Starter Kit provides for a board that can select one of two SOCs. The EM9D and EM11D commits will be done separately to expidite review. Also submitted here is doc/board/em_starterkit.rst to explain details about this Zephyr board choice. Change-Id: Icd9fac045c700ad8dcb95161fdd63c130f665778 Signed-off-by: Chuck Jordan <cjordan@synopsys.com>
2016-05-21 12:23:34 +08:00
endif # BOARD_EM_STARTERKIT