Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / board / ti / common / Kconfig
1 config 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
6
7 config EEPROM_BUS_ADDRESS
8         int "Board EEPROM's I2C bus address"
9         range 0 8
10         default 0
11         depends on TI_I2C_BOARD_DETECT
12
13 config EEPROM_CHIP_ADDRESS
14         hex "Board EEPROM's I2C chip address"
15         range 0 0xff
16         default 0x50
17         depends on TI_I2C_BOARD_DETECT
18
19 config TI_COMMON_CMD_OPTIONS
20         bool "Enable cmd options on TI platforms"
21         imply CMD_ASKENV
22         imply CMD_BOOTZ
23         imply CRC32_VERIFY if ARCH_KEYSTONE
24         imply CMD_DFU if USB_GADGET_DOWNLOAD
25         imply CMD_DHCP
26         imply CMD_EEPROM
27         imply CMD_EXT2
28         imply CMD_EXT4
29         imply CMD_EXT4_WRITE
30         imply CMD_FAT
31         imply FAT_WRITE if CMD_FAT
32         imply CMD_FS_GENERIC
33         imply CMD_GPIO
34         imply CMD_GPT
35         imply CMD_I2C
36         imply CMD_MII
37         imply CMD_MMC
38         imply CMD_PART
39         imply CMD_PING
40         imply CMD_PMIC if DM_PMIC
41         imply CMD_REGULATOR if DM_REGULATOR
42         imply CMD_SF if SPI_FLASH
43         imply CMD_SPI
44         imply CMD_TIME
45         imply CMD_USB if USB