]> git.sur5r.net Git - u-boot/blob - board/intel/edison/Kconfig
Merge git://git.denx.de/u-boot-fsl-qoriq
[u-boot] / board / intel / edison / Kconfig
1 if TARGET_EDISON
2
3 config SYS_BOARD
4         default "edison"
5
6 config SYS_VENDOR
7         default "intel"
8
9 config SYS_SOC
10         default "tangier"
11
12 config SYS_CONFIG_NAME
13         default "edison"
14
15 config SYS_TEXT_BASE
16         default 0x01101000
17
18 config BOARD_SPECIFIC_OPTIONS # dummy
19         def_bool y
20         select X86_LOAD_FROM_32_BIT
21         select INTEL_MID
22         select INTEL_TANGIER
23         select BOARD_LATE_INIT
24         select MD5
25
26 endif