dashboard
repositories
activity
search
login
lzh
/
A133
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(battery): fix battery boot on & cap
huangcm
2025-03-28
46a072a7ae48464c18a6f5c7d215141157664582
[~lzh/A133.git]
/
longan
/
brandy
/
brandy-2.0
/
u-boot-2018
/
board
/
radxa
/
rock
/
Kconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_ROCK
config SYS_BOARD
default "rock"
config SYS_VENDOR
default "radxa"
config SYS_CONFIG_NAME
default "rock"
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
endif