]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/ti/common/Kconfig
Convert CONFIG_CMD_EECONFIG to Kconfig
[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
21 imply CMD_DFU if USB_GADGET_DOWNLOAD
22 imply CMD_DHCP
23 imply CMD_EXT2
24 imply CMD_EXT4
25 imply CMD_EXT4_WRITE
26 imply CMD_FASTBOOT if FASTBOOT
27 imply CMD_FAT
28 imply CMD_FS_GENERIC
29 imply CMD_GPIO
30 imply CMD_GPT
31 imply CMD_I2C
32 imply CMD_MII
33 imply CMD_MMC
34 imply CMD_PART
35 imply CMD_PING
36 imply CMD_PMIC if DM_PMIC
37 imply CMD_REGULATOR if DM_REGULATOR
38 imply CMD_SF if SPI_FLASH
39 imply CMD_SPI
40 imply CMD_TIME
41 imply CMD_USB if USB