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
d390bb2d66
zephyr
/
soc
/
x86
/
ia32
/
Kconfig.soc
6 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
license: cleanup: add SPDX Apache-2.0 license identifier Update the files which contain no license information with the 'Apache-2.0' SPDX license identifier. Many source files in the tree are missing licensing information, which makes it harder for compliance tools to determine the correct license. By default all files without license information are under the default license of Zephyr, which is Apache version 2. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-04-06 21:08:09 +08:00
# SPDX-License-Identifier: Apache-2.0
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_IA32
bool "Generic IA32 SoC"
arch/x86: hide CPU family Kconfig options These options should be selected by individual SoC automatically, and should not be visible options. Or else it would be possible to select Quark SoCs and telling Kconfig it is from Atom family (which is incorrect). Change-Id: I17a6cf713378333e0e7942aa49b381b5eb9526b5 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-03-16 00:02:42 +08:00
select CPU_MINUTEIA