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
688838c7d5
zephyr
/
boards
/
x86
/
quark_d2000_crb
/
Kconfig.board
5 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
kconfig: add board configurations First step for adding the new board layer. Create configurations for the various boards we support on x86 under boards with the new Kconfig variables defining them. The board selection is optional, that means you will be able to run make menuconfig and create your own .config and select any SoC. Change-Id: If08e88e9675d13f0f0501ef6750b9424b15f5dc8 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-12-13 18:54:28 +08:00
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
config BOARD_QUARK_D2000_CRB
soc: intel_quark: move quark d2000 to intel_quark family Change-Id: I4eeb25ee3ee94d59e6425163aad3c393593b7e02 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-09-09 23:38:24 +08:00
bool "Intel Quark D2000 CRB"
depends on SOC_SERIES_QUARK_D2000