Browse Source
%-softmmu.mak only keep boards and optional device definitions in Kconfig mode. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>pull/80/head
3 changed files with 6 additions and 10 deletions
@ -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 |
|||
|
|||
@ -1,8 +1,3 @@ |
|||
# Default configuration for Xtensa
|
|||
|
|||
CONFIG_SERIAL=y |
|||
CONFIG_OPENCORES_ETH=y |
|||
CONFIG_PFLASH_CFI01=y |
|||
|
|||
CONFIG_XTENSA_SIM=y |
|||
CONFIG_XTENSA_XTFPGA=y |
|||
include xtensa-softmmu.mak |
|||
|
|||
Loading…
Reference in new issue