1 # SPDX-License-Identifier: GPL-2.0+
3 # Copyright (C) 2019, Pascal Linder <pascal.linder@edu.hefr.ch>
8 Selected by any KM board to have additional configurations.
17 depends on !ARCH_SOCFPGA
19 Start address of the pseudo non-volatile RAM for application.
23 default 0x17F000 if ARM
24 default 0x100000 if PPC
25 depends on !ARCH_SOCFPGA
27 Start address of the physical RAM, which is the mounted /var folder.
29 config KM_RESERVED_PRAM
31 default 0x801000 if KIRKWOOD
32 default 0x0 if MPC83xx
33 default 0x1000 if MPC85xx
34 depends on !ARCH_SOCFPGA
36 Reserved physical RAM area at the end of memory for special purposes.
40 default 0x2400000 if KIRKWOOD
41 default 0xC00000 if MPC83xx
42 default 0x2000000 if MPC85xx
43 depends on !ARCH_SOCFPGA
45 Start address of the CRAMFS containing the Linux kernel.
48 hex "Kernel Load Address"
49 default 0x2000000 if KIRKWOOD
50 default 0x400000 if MPC83xx
51 default 0x1000000 if MPC85xx || ARCH_SOCFPGA
53 Address where to load Linux kernel in RAM.
56 hex "FDT Load Address"
57 default 0x23E0000 if KIRKWOOD || ARCH_SOCFPGA
58 default 0xB80000 if MPC83xx
59 default 0x1F80000 if MPC85xx
61 Address where to load flattened device tree in RAM.
67 TTY console to use on board.
70 string "Default Netdevice"
73 Default netdevice for debug interface
75 config KM_COMMON_ETH_INIT
76 bool "Common Ethernet Initialization"
77 default y if KIRKWOOD || MPC83xx
78 default n if MPC85xx || ARCH_SOCFPGA
80 Use the Ethernet initialization implemented in common code, which
81 detects if a Piggy board is present.
83 config PIGGY_MAC_ADDRESS_OFFSET
84 int "Piggy Address Offset"
87 MAC address offset for the Piggy board.
89 config KM_MVEXTSW_ADDR
90 hex "Marvell Switch Address"
91 depends on MV88E6352_SWITCH
94 Address of external Marvell switch.
98 default 0 if ARCH_SOCFPGA
99 default 1 if KIRKWOOD || MPC85xx
102 Identifier number of I2C bus, where the inventory EEPROM is connected to.
104 config SYS_IVM_EEPROM_ADR
105 hex "IVM I2C Address"
108 I2C address of the EEPROM containing the inventory.
110 config SYS_IVM_EEPROM_MAX_LEN
114 Maximum length of inventory in EEPROM.
116 config SYS_IVM_EEPROM_PAGE_LEN
120 Page size of inventory in EEPROM.
122 source "board/keymile/km83xx/Kconfig"
123 source "board/keymile/kmp204x/Kconfig"
124 source "board/keymile/km_arm/Kconfig"