board: synquacer: Add DeveloperBox 96boards EE support
[platform/kernel/u-boot.git] / board / socionext / developerbox / Kconfig
1 if ARCH_SYNQUACER
2
3 choice
4         prompt "SC2A11 Cortex-A53 MPCore 24cores"
5         optional
6
7 config TARGET_DEVELOPERBOX
8         bool "Socionext DeveloperBox"
9         select PCI
10         select DM_PCI
11         select PCIE_ECAM_SYNQUACER
12         select SYS_DISABLE_DCACHE_OPS
13         select OF_BOARD_SETUP
14         help
15          Choose this option if you build the U-Boot for the DeveloperBox
16          96boards Enterprise Edition.
17          This board will booted from SCP firmware and it enables SMMU, thus
18          the dcache is updated automatically when DMA operation is executed.
19 endchoice
20
21 config SYS_SOC
22         default "sc2a11"
23
24 if TARGET_DEVELOPERBOX
25
26 config SYS_BOARD
27         default "developerbox"
28
29 config SYS_VENDOR
30         default "socionext"
31
32 config SYS_CONFIG_NAME
33         default "synquacer"
34
35 endif
36 endif