Kconfig: Remove all default n/no options
[platform/kernel/u-boot.git] / board / freescale / ls1043ardb / Kconfig
1
2 if TARGET_LS1043ARDB
3
4 config SYS_BOARD
5         default "ls1043ardb"
6
7 config SYS_VENDOR
8         default "freescale"
9
10 config SYS_SOC
11         default "fsl-layerscape"
12
13 config SYS_CONFIG_NAME
14         default "ls1043ardb"
15
16 config SYS_HAS_ARMV8_SECURE_BASE
17         bool "Enable secure address for PSCI image"
18         depends on ARMV8_PSCI
19         help
20           PSCI image can be re-located to secure RAM.
21           If enabled, please also define the value for ARMV8_SECURE_BASE,
22           for LS1043ARDB, it could be some address in OCRAM.
23
24 if FSL_LS_PPA
25 config SYS_LS_PPA_FW_ADDR
26         hex "PPA Firmware Addr"
27         default 0x60400000 if SYS_LS_PPA_FW_IN_XIP
28         default 0x400000 if SYS_LS_PPA_FW_IN_MMC || SYS_LS_PPA_FW_IN_NAND
29
30 if CHAIN_OF_TRUST
31 config SYS_LS_PPA_ESBC_ADDR
32         hex "PPA Firmware HDR Addr"
33         default 0x60680000 if SYS_LS_PPA_FW_IN_XIP
34         default 0x680000 if SYS_LS_PPA_FW_IN_MMC || SYS_LS_PPA_FW_IN_NAND
35 endif
36 endif
37
38 source "board/freescale/common/Kconfig"
39
40 endif