diff options
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2015-01-18 21:00:18 (GMT) |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2015-01-21 13:06:51 (GMT) |
commit | 9d638eeab71c506cdb7b085fa1932dad13885c02 (patch) | |
tree | 6f89a6a96691bac0fcc184397ddd68b28c42af89 /arch/mips | |
parent | c57dafb5b413335d397691a3d50ff33c229c272d (diff) | |
download | u-boot-9d638eeab71c506cdb7b085fa1932dad13885c02.tar.xz |
MIPS: add Kconfig option for CONFIG_SWAP_IO_SPACE
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index d87cbb4..ef78929 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -29,6 +29,7 @@ config TARGET_MALTA select SUPPORTS_LITTLE_ENDIAN select SUPPORTS_CPU_MIPS32_R1 select SUPPORTS_CPU_MIPS32_R2 + select SWAP_IO_SPACE config TARGET_VCT bool "Support vct" @@ -181,6 +182,9 @@ config 32BIT config 64BIT bool +config SWAP_IO_SPACE + bool + endif endmenu |