summaryrefslogtreecommitdiff
path: root/platform/template/Kconfig
blob: 96d4b9a625adc539b840bacc6567ffc791c43fb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: BSD-2-Clause

#
# All mandatory drivers or libraries for this platform should
# be directly selected by the PLATFORM_xyz kconfig symbol.
#
# All optional drivers or libraries for this platform should
# be enabled via configs/defconfig of this platform.
#
config PLATFORM_TEMPLATE
	bool
	select SERIAL_UART8250
	select TIMER_MTIMER
	default y