dashboard
repositories
activity
search
login
Failed to find commit "d0a428a6556ea5a006e22e28b0b1cd037885fe20" in ~ljy/RK356X_SDK_RELEASE.git!
hc
/
RK356X_SDK_RELEASE
forked from
~ljy/RK356X_SDK_RELEASE
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
AX88772C_eeprom and ax8872c build together
hc
2024-05-16
8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
[~hc/RK356X_SDK_RELEASE.git]
/
u-boot
/
board
/
rockchip
/
sheep_rk3368
/
Kconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_SHEEP
config SYS_BOARD
default "sheep_rk3368"
config SYS_VENDOR
default "rockchip"
config SYS_CONFIG_NAME
default "sheep_rk3368"
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
endif