Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
6bdf699cdd31c6d8e76abc01454d706a20bda86a
/
.
/
board
/
microsoft
/
surface-rt
/
Kconfig
blob: 9e66897f6b1aa74f53d348f42913b2ccbd94b10b [
file
] [
log
] [
blame
]
Jonas Schwöbel
c2e77e6
2022-01-24 18:06:33 +0100
[
diff
] [
blame
]
1
if
TARGET_SURFACE_RT
2
3
config SYS_BOARD
4
default
"surface-rt"
5
6
config SYS_VENDOR
7
default
"microsoft"
8
9
config SYS_CONFIG_NAME
10
default
"surface-rt"
11
12
endif