Park, Aiden | 9835d6d | 2019-08-03 08:31:11 +0000 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
| 2 | # |
| 3 | # Copyright (C) 2019 Intel Corporation <www.intel.com> |
| 4 | |
| 5 | if TARGET_SLIMBOOTLOADER |
| 6 | |
| 7 | config SYS_BOARD |
| 8 | default "slimbootloader" |
| 9 | |
| 10 | config SYS_VENDOR |
| 11 | default "intel" |
| 12 | |
| 13 | config SYS_SOC |
| 14 | default "slimbootloader" |
| 15 | |
| 16 | config SYS_CONFIG_NAME |
| 17 | default "slimbootloader" |
| 18 | |
Simon Glass | 72cc538 | 2022-10-20 18:22:39 -0600 | [diff] [blame] | 19 | config TEXT_BASE |
Park, Aiden | 9835d6d | 2019-08-03 08:31:11 +0000 | [diff] [blame] | 20 | default 0x00100000 |
| 21 | |
| 22 | config BOARD_SPECIFIC_OPTIONS |
| 23 | def_bool y |
| 24 | select SYS_SLIMBOOTLOADER |
| 25 | select USB_STORAGE |
| 26 | select USB_KEYBOARD |
| 27 | |
| 28 | endif |