summaryrefslogtreecommitdiff
path: root/board/intel/slimbootloader/Kconfig
blob: 11e6cb37bd8520682c9354b644da4f89f4843d7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2019 Intel Corporation <www.intel.com>

if TARGET_SLIMBOOTLOADER

config SYS_BOARD
	default "slimbootloader"

config SYS_VENDOR
	default "intel"

config SYS_SOC
	default "slimbootloader"

config TEXT_BASE
	default 0x00100000

config BOARD_SPECIFIC_OPTIONS
	def_bool y
	select SYS_SLIMBOOTLOADER
	select USB_STORAGE
	select USB_KEYBOARD

endif