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
f5f9b71b12
zephyr
/
boards
/
quark_d2000_crb
/
Kconfig.board
6 lines
114 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
Move defconfig files to the board directory This commit also renames boards and makes naming consistent between board name and defconfig files. quark_d2000_reference -> quark_d2000_crb quark_se_test_sss -> quark_se_sss_ctb quark_se_test -> quark_se_ctb Change-Id: Ibe6a5102edb987fe1d6ce32c8c392a87d45d6951 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-12-14 08:24:59 +08:00
config BOARD_QUARK_D2000_CRB
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
bool "Quark D2000 CRB"
select PLATFORM_QUARK_D2000
build: switch to board based configurations Define boards based on platforms/SoCs and define them under boards/. Also unify the naming of all platform, SoC and board files and use platform.h for platforms and board.h for boards. Change-Id: Icfeb96479ab5800aca98c80a79bdc3cecd645314 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-12-13 22:31:16 +08:00
depends on X86