2019-11-01 20:45:29 +08:00
|
|
|
# ATOM SoC configuration options
|
2015-12-17 13:03:40 +08:00
|
|
|
|
|
|
|
# Copyright (c) 2014-2015 Wind River Systems, Inc.
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2015-12-17 13:03:40 +08:00
|
|
|
|
2015-12-17 21:54:35 +08:00
|
|
|
if SOC_ATOM
|
2015-12-17 13:03:40 +08:00
|
|
|
|
2015-12-17 21:54:35 +08:00
|
|
|
config SOC
|
2018-05-26 03:19:21 +08:00
|
|
|
default "atom"
|
2015-12-17 13:03:40 +08:00
|
|
|
|
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|
|
|
default 25000000 if HPET_TIMER
|
|
|
|
|
|
|
|
endif
|