From 560eeee8c2953badfe2a12737ff8e66fefad7944 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 8 Feb 2018 13:49:48 -0500 Subject: block: Migrate SystemACE chip to Kconfig Migrate the base and sub-options to Kconfig. Note that we only enable this in the base sandbox config now. Cc: Alexey Brodkin Cc: Michal Simek Signed-off-by: Tom Rini --- Is this driver still used anywhere? It's fishy that it's only enabled in sandbox anymore. --- configs/sandbox_defconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs') diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 41a2e34..3acf908 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -80,6 +80,9 @@ CONFIG_DEVRES=y CONFIG_DEBUG_DEVRES=y CONFIG_ADC=y CONFIG_ADC_SANDBOX=y +CONFIG_SYSTEMACE=y +CONFIG_SYS_SYSTEMACE_BASE=0x0 +CONFIG_SYS_SYSTEMACE_WIDTH=16 CONFIG_CLK=y CONFIG_CPU=y CONFIG_DM_DEMO=y -- cgit v1.1