1# ATOM SoC configuration options
2
3# Copyright (c) 2014-2015 Wind River Systems, Inc.
4# SPDX-License-Identifier: Apache-2.0
5
6if SOC_ATOM
7
8config SYS_CLOCK_HW_CYCLES_PER_SEC
9	default 25000000  if HPET_TIMER
10
11endif
12