]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/gumstix/pepper/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-arm
[people/ms/u-boot.git] / board / gumstix / pepper / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_PEPPER
2
3config SYS_CPU
dd84058d
MY
4 default "armv7"
5
6config SYS_BOARD
dd84058d
MY
7 default "pepper"
8
9config SYS_VENDOR
dd84058d
MY
10 default "gumstix"
11
12config SYS_SOC
dd84058d
MY
13 default "am33xx"
14
15config SYS_CONFIG_NAME
dd84058d
MY
16 default "pepper"
17
18endif