diff options
author | Tom Rini <trini@konsulko.com> | 2018-02-08 13:49:48 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-08 19:08:41 -0500 |
commit | 560eeee8c2953badfe2a12737ff8e66fefad7944 (patch) | |
tree | f5bb8fae00ce94525f3ae835c0978fe917542ed9 /configs/sandbox_defconfig | |
parent | a451bc27c9afd1be537bb04946fb4cb1b2cf6280 (diff) | |
download | u-boot-560eeee8c2953badfe2a12737ff8e66fefad7944.tar.gz |
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/sandbox_defconfig')
-rw-r--r-- | configs/sandbox_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 41a2e34235..3acf9089cd 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 |