diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-01-29 12:16:27 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-07 21:46:19 +0100 |
commit | 3a56c2f36c3f53da8ffebd9789a8fbd876d2f1a9 (patch) | |
tree | f9ad3cdbabcfdb3ccae0356909879f6e93cd4104 /default-configs/xtensa-softmmu.mak | |
parent | e6f3d3fbdf1a8c77d14c6a18465a8174c39dd5ae (diff) |
xtensa-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/xtensa-softmmu.mak')
-rw-r--r-- | default-configs/xtensa-softmmu.mak | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/default-configs/xtensa-softmmu.mak b/default-configs/xtensa-softmmu.mak index 7aa7fa66fc..7e4d1cc097 100644 --- a/default-configs/xtensa-softmmu.mak +++ b/default-configs/xtensa-softmmu.mak @@ -1,8 +1,6 @@ # Default configuration for Xtensa -CONFIG_SERIAL=y -CONFIG_OPENCORES_ETH=y -CONFIG_PFLASH_CFI01=y - +# Boards: +# CONFIG_XTENSA_SIM=y CONFIG_XTENSA_XTFPGA=y |