2019-11-01 20:45:29 +08:00
|
|
|
# Generic PC platform configuration options
|
2015-05-21 00:40:39 +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-05-21 00:40:39 +08:00
|
|
|
|
2015-12-17 21:54:35 +08:00
|
|
|
if SOC_IA32
|
2015-09-25 22:03:08 +08:00
|
|
|
|
2015-12-17 21:54:35 +08:00
|
|
|
config SOC
|
2018-05-26 03:19:21 +08:00
|
|
|
default "ia32"
|
2015-03-13 06:15:28 +08:00
|
|
|
|
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
2015-07-23 04:22:25 +08:00
|
|
|
default 25000000 if HPET_TIMER
|
2015-09-25 22:03:08 +08:00
|
|
|
|
2022-06-01 21:51:56 +08:00
|
|
|
config UART_NS16550_ACCESS_IOPORT
|
|
|
|
default y if UART_NS16550
|
|
|
|
|
2015-09-25 22:03:08 +08:00
|
|
|
endif
|