From: Simon Glass Date: Fri, 13 Feb 2015 19:20:47 +0000 (-0700) Subject: dm: cros_ec: Convert to Kconfig X-Git-Tag: KARO-TX6-2015-09-18~2943 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=02fccfebbdb2a19a640764a927d01825dd6f997f;p=karo-tx-uboot.git dm: cros_ec: Convert to Kconfig Since both I2C and SPI are converted to Kconfig, we can convert cros_ec to Kconfig for these buses. LPC will need to wait until driver mode PCI is available. Signed-off-by: Simon Glass --- diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index a216039ab2..70f5b86b85 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -5,6 +5,8 @@ CONFIG_FIT_VERBOSE=y CONFIG_FIT_SIGNATURE=y CONFIG_DM=y CONFIG_DEFAULT_DEVICE_TREE="sandbox" +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 CONFIG_CROS_EC=y CONFIG_DM_CROS_EC=y CONFIG_CROS_EC_SANDBOX=y