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
47595b1c10
zephyr
/
arch
/
x86
/
soc
/
atom
/
Kconfig.soc
7 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Introduce the Atom SoC This is a generic Atom configuration that can be inherited by boards with Atom SoC like the minnowboard. Change-Id: I06ab999062be7811d14755fd34440dee8f8b81ed Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-12-17 13:03:40 +08:00
Use SoC instead of platform. Change terminology and use SoC instead of platform. An SoC provides features and default configurations available with an SoC. A board implements the SoC and adds more features and IP block specific to the board to extend the SoC functionality such as sensors and debugging features. Change-Id: I15e8d78a6d4ecd5cfb3bc25ced9ba77e5ea1122f Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-12-17 21:54:35 +08:00
config SOC_ATOM
Introduce the Atom SoC This is a generic Atom configuration that can be inherited by boards with Atom SoC like the minnowboard. Change-Id: I06ab999062be7811d14755fd34440dee8f8b81ed Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-12-17 13:03:40 +08:00
bool "Intel ATOM SoC"
select CPU_ATOM
select BOOTLOADER_UNKNOWN