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
14ca99af1e
zephyr
/
boards
/
x86
/
arduino_101
/
Kconfig.board
5 lines
84 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_ARDUINO_101
bool "Arduino 101 Board"
intel_quark: Group Quark SoCs under intel_quark/ Change-Id: If0120aff88310871438562234abf51b26675ff28 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-09-09 22:39:47 +08:00
depends on SOC_SERIES_QUARK_SE