mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 17:26:51 +00:00
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>
10 lines
224 B
Plaintext
10 lines
224 B
Plaintext
CONFIG_ARC=y
|
|
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=32000000
|
|
CONFIG_SOC_GENERIC_ARC=y
|
|
CONFIG_CPU_ARCEM4=y
|
|
CONFIG_CPU_ARCV2=y
|
|
CONFIG_RAM_START=0xa8000000
|
|
CONFIG_RAM_SIZE=0x14000
|
|
CONFIG_ARCV2_INTERRUPT_UNIT=y
|
|
CONFIG_ARCV2_TIMER=y
|