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>
This commit is contained in:
parent
f5f9b71b12
commit
10bb38c186
175 changed files with 220 additions and 232 deletions
|
@ -236,7 +236,7 @@ config I2C_DEBUG
|
|||
config I2C_QUARK_SE_SS
|
||||
bool "Enable I2C Support on Quark SE Sensor Subsystem (SS)"
|
||||
default n
|
||||
depends on PLATFORM_QUARK_SE_SS
|
||||
depends on SOC_QUARK_SE_SS
|
||||
depends on I2C
|
||||
help
|
||||
This option enables the driver to support the I2C on Quark SE Sensor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue