projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Prepare v2024.10
[platform/kernel/u-boot.git]
/
board
/
compulab
/
cl-som-imx7
/
Kconfig
1
if TARGET_CL_SOM_IMX7
2
3
config SYS_BOARD
4
default "cl-som-imx7"
5
6
config SYS_VENDOR
7
default "compulab"
8
9
config SYS_CONFIG_NAME
10
default "cl-som-imx7"
11
12
config SYS_MMC_DEV
13
int
14
default 0
15
16
config SYS_USB_DEV
17
int
18
default 0
19
20
config SYS_USB_IMG_LOAD_PART
21
int
22
default 1
23
24
endif