]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/pxa255_idp/Kconfig
kconfig: add board Kconfig and defconfig files
[people/ms/u-boot.git] / board / pxa255_idp / Kconfig
1 if TARGET_PXA255_IDP
2
3 config SYS_CPU
4 string
5 default "pxa"
6
7 config SYS_BOARD
8 string
9 default "pxa255_idp"
10
11 config SYS_CONFIG_NAME
12 string
13 default "pxa255_idp"
14
15 endif