Merge branch '2019-08-11-master-imports'
[oweals/u-boot.git] / board / st / stm32mp1 / Kconfig
1 if TARGET_STM32MP1
2
3 config SYS_BOARD
4         default "stm32mp1"
5
6 config SYS_VENDOR
7         default "st"
8
9 config SYS_CONFIG_NAME
10         default "stm32mp1"
11
12 config ENV_SECT_SIZE
13         default 0x40000 if ENV_IS_IN_SPI_FLASH
14
15 config ENV_OFFSET
16         default 0x280000 if ENV_IS_IN_SPI_FLASH
17
18 config CMD_STBOARD
19         bool "stboard - command for OTP board information"
20         default y
21         help
22           This compile the stboard command to
23           read and write the board in the OTP.
24
25 endif