Convert CONFIG_ATMEL_LCD et al to Kconfig
[platform/kernel/u-boot.git] / board / bluewater / gurnard / Kconfig
1 if TARGET_GURNARD
2
3 config GURNARD_SPLASH
4         def_bool y
5
6 config SYS_BOARD
7         default "gurnard"
8
9 config SYS_VENDOR
10         default "bluewater"
11
12 config SYS_CONFIG_NAME
13         default "snapper9g45"
14
15 endif