Prepare v2023.10
[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 PCIE_ECAM_SYNQUACER
11         select SYS_DISABLE_DCACHE_OPS
12         select OF_BOARD_SETUP
13         help
14          Choose this option if you build the U-Boot for the DeveloperBox
15          96boards Enterprise Edition.
16          This board will booted from SCP firmware and it enables SMMU, thus
17          the dcache is updated automatically when DMA operation is executed.
18 endchoice
19
20 config SYS_SOC
21         default "sc2a11"
22
23 if TARGET_DEVELOPERBOX
24
25 config SYS_BOARD
26         default "developerbox"
27
28 config SYS_VENDOR
29         default "socionext"
30
31 config SYS_CONFIG_NAME
32         default "synquacer"
33
34 endif
35 endif