uboot/board/h2200/Kconfig

13 lines
130 B
Plaintext

if TARGET_H2200
config SYS_CPU
default "pxa"
config SYS_BOARD
default "h2200"
config SYS_CONFIG_NAME
default "h2200"
endif