]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/ti/common/Kconfig
Kconfig: Finish migration of hashing commands
[people/ms/u-boot.git] / board / ti / common / Kconfig
CommitLineData
0bea813d
LV
1config TI_I2C_BOARD_DETECT
2 bool "Support for Board detection for TI platforms"
3 help
4 Support for detection board information on Texas Instrument's
5 Evaluation Boards which have I2C based EEPROM detection
66e04fb5
RQ
6
7config EEPROM_BUS_ADDRESS
8 int "Board EEPROM's I2C bus address"
9 range 0 8
10 default 0
11
12config EEPROM_CHIP_ADDRESS
13 hex "Board EEPROM's I2C chip address"
14 range 0 0xff
15 default 0x50
690485e0
LV
16
17config TI_COMMON_CMD_OPTIONS
18 bool "Enable cmd options on TI platforms"
19 imply CMD_ASKENV
20 imply CMD_BOOTZ
221a949e 21 imply CRC32_VERIFY if ARCH_KEYSTONE
690485e0
LV
22 imply CMD_DFU if USB_GADGET_DOWNLOAD
23 imply CMD_DHCP
a1dc980d 24 imply CMD_EEPROM
690485e0
LV
25 imply CMD_EXT2
26 imply CMD_EXT4
27 imply CMD_EXT4_WRITE
28 imply CMD_FASTBOOT if FASTBOOT
29 imply CMD_FAT
30 imply CMD_FS_GENERIC
31 imply CMD_GPIO
32 imply CMD_GPT
33 imply CMD_I2C
34 imply CMD_MII
35 imply CMD_MMC
36 imply CMD_PART
37 imply CMD_PING
38 imply CMD_PMIC if DM_PMIC
39 imply CMD_REGULATOR if DM_REGULATOR
40 imply CMD_SF if SPI_FLASH
41 imply CMD_SPI
42 imply CMD_TIME
43 imply CMD_USB if USB