diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-01-29 12:16:26 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-07 21:46:19 +0100 |
commit | 23c95f06feef52b0cec75af20828c36b4c98cb4d (patch) | |
tree | 87bfe48cde459ba060438d34b274aac57d38c63c /default-configs | |
parent | d1a95ef4ace6b0106d7ee71f3d9e3e57c374df67 (diff) |
cris-softmmu.mak: express dependencies with Kconfig
%-softmmu.mak only keep boards and optional device
definitions in Kconfig mode.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'default-configs')
-rw-r--r-- | default-configs/cris-softmmu.mak | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/default-configs/cris-softmmu.mak b/default-configs/cris-softmmu.mak index b3cae5966b..5932cf4d06 100644 --- a/default-configs/cris-softmmu.mak +++ b/default-configs/cris-softmmu.mak @@ -1,6 +1,5 @@ # Default configuration for cris-softmmu -CONFIG_ETRAXFS=y -CONFIG_NAND=y -CONFIG_PFLASH_CFI02=y +# Boards: +# CONFIG_AXIS=y |