forked from OERV-BSP/u-boot
Enable thermal driver and 'temperature' command on R-Car Gen3 and Gen4 to allow reading out the SoC temperature sensors. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
18 lines
414 B
Plaintext
18 lines
414 B
Plaintext
#include <configs/renesas_rcar.config>
|
|
|
|
CONFIG_CMD_FS_GENERIC=y
|
|
CONFIG_CMD_SPI=y
|
|
CONFIG_CMD_TEMPERATURE=y
|
|
CONFIG_DM_THERMAL=y
|
|
CONFIG_PHY_ANEG_TIMEOUT=20000
|
|
CONFIG_RCAR_GEN3_THERMAL=y
|
|
CONFIG_REGMAP=y
|
|
CONFIG_REMAKE_ELF=y
|
|
CONFIG_RENESAS_RPC_SPI=y
|
|
CONFIG_SUPPORT_RAW_INITRD=y
|
|
CONFIG_SYSCON=y
|
|
CONFIG_SYS_LOAD_ADDR=0x58000000
|
|
CONFIG_SYS_MALLOC_BOOTPARAMS=y
|
|
CONFIG_SYS_MALLOC_LEN=0x4000000
|
|
CONFIG_SYS_MONITOR_LEN=1048576
|