aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-02-08 13:49:48 -0500
committerTom Rini <trini@konsulko.com>2018-02-08 19:08:41 -0500
commit560eeee8c2953badfe2a12737ff8e66fefad7944 (patch)
treef5bb8fae00ce94525f3ae835c0978fe917542ed9 /configs
parenta451bc27c9afd1be537bb04946fb4cb1b2cf6280 (diff)
downloadu-boot-560eeee8c2953badfe2a12737ff8e66fefad7944.zip
u-boot-560eeee8c2953badfe2a12737ff8e66fefad7944.tar.gz
u-boot-560eeee8c2953badfe2a12737ff8e66fefad7944.tar.bz2
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 <alexey.brodkin@gmail.com> Cc: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Tom Rini <trini@konsulko.com> --- Is this driver still used anywhere? It's fishy that it's only enabled in sandbox anymore.
Diffstat (limited to 'configs')
-rw-r--r--configs/sandbox_defconfig3
1 files changed, 3 insertions, 0 deletions
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