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.
18 Start address of the pseudo non-volatile RAM for application.
22 default 0x17F000 if ARM
23 default 0x100000 if PPC
25 Start address of the physical RAM, which is the mounted /var folder.
27 config KM_RESERVED_PRAM
29 default 0x801000 if KIRKWOOD
30 default 0x0 if MPC83xx
31 default 0x1000 if MPC85xx
33 Reserved physical RAM area at the end of memory for special purposes.
37 default 0x2400000 if KIRKWOOD
38 default 0xC00000 if MPC83xx
39 default 0x2000000 if MPC85xx
41 Start address of the CRAMFS containing the Linux kernel.
44 hex "Kernel Load Address"
45 default 0x2000000 if KIRKWOOD
46 default 0x400000 if MPC83xx
47 default 0x1000000 if MPC85xx
49 Address where to load Linux kernel in RAM.
52 hex "FDT Load Address"
53 default 0x23E0000 if KIRKWOOD
54 default 0xB80000 if MPC83xx
55 default 0x1F80000 if MPC85xx
57 Address where to load flattened device tree in RAM.
63 TTY console to use on board.
66 string "Default Netdevice"
69 Default netdevice for debug interface
71 config KM_COMMON_ETH_INIT
72 bool "Common Ethernet Initialization"
73 default y if KIRKWOOD || MPC83xx
76 Use the Ethernet initialization implemented in common code, which
77 detects if a Piggy board is present.
79 config PIGGY_MAC_ADDRESS_OFFSET
80 int "Piggy Address Offset"
83 MAC address offset for the Piggy board.
85 config KM_MVEXTSW_ADDR
86 hex "Marvell Switch Address"
87 depends on MV88E6352_SWITCH
90 Address of external Marvell switch.
94 default 1 if KIRKWOOD || MPC85xx
97 Identifier number of I2C bus, where the inventory EEPROM is connected to.
99 config SYS_IVM_EEPROM_ADR
100 hex "IVM I2C Address"
103 I2C address of the EEPROM containing the inventory.
105 config SYS_IVM_EEPROM_MAX_LEN
109 Maximum length of inventory in EEPROM.
111 config SYS_IVM_EEPROM_PAGE_LEN
115 Page size of inventory in EEPROM.
117 source "board/keymile/km83xx/Kconfig"
118 source "board/keymile/kmp204x/Kconfig"
119 source "board/keymile/km_arm/Kconfig"