2016-05-21 12:23:34 +08:00
|
|
|
CONFIG_ARC=y
|
arch: arc: refactor the soc part of em_starterkit
The original em7d, em9d and em11d are different configurations of
em_starterkit. They have the same peripherals, e.g. uart, spi, gpio
, ddr. The differences of them are in arc core configurations, interrupt
number assignment.
So em7d, em9d and em11d can be viewed in the same SoC family or SoC
series.
Referring other arch's implementation, this commit merges em7d, em9d
and em11d into the same SoC, named snps_emsk. This will eliminate
unnecessary duplication and make it easier for future maintainment.
Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
2018-04-28 10:10:15 +08:00
|
|
|
CONFIG_SOC_EMSK=y
|
|
|
|
CONFIG_SOC_EMSK_EM9D=y
|
2016-05-21 12:23:34 +08:00
|
|
|
CONFIG_BOARD_EM_STARTERKIT=y
|
2017-06-15 16:28:24 +08:00
|
|
|
CONFIG_BOARD_EM_STARTERKIT_R23=y
|
2018-03-08 02:36:09 +08:00
|
|
|
CONFIG_SYS_CLOCK_TICKS_PER_SEC=100
|
2016-05-21 12:23:34 +08:00
|
|
|
CONFIG_XIP=n
|
2018-03-08 02:36:09 +08:00
|
|
|
CONFIG_BUILD_OUTPUT_BIN=n
|
2016-05-21 12:23:34 +08:00
|
|
|
CONFIG_PRINTK=y
|
|
|
|
CONFIG_ARCV2_INTERRUPT_UNIT=y
|
|
|
|
CONFIG_ARCV2_TIMER=y
|
|
|
|
CONFIG_CONSOLE=y
|
|
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
CONFIG_SERIAL=y
|
|
|
|
CONFIG_UART_INTERRUPT_DRIVEN=y
|
|
|
|
CONFIG_GPIO=y
|