[U-Boot] [PATCH 0/6] MIPS Kconfig updates

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Sun Oct 26 14:37:50 CET 2014


This patch series introduce Kconfig symbols for various MIPS
specific config options. It also add Kconfig symbols for board
specific config options on vct and dbau1x00. With this series the
option CONFIG_SYS_EXTRA_OPTIONS becomes obsolete for existing
MIPS boards.

This series is also available at
git://git.denx.de/u-boot-mips.git mips_kconfig_v1


Daniel Schwierzeck (6):
  MIPS: kconfig: add options for endianess select
  MIPS: kconfig: add options for CPU type select
  MIPS: kconfig: globally define CONFIG_SYS_CPU for MIPS
  MIPS: kconfig: merge targets qemu_mips and qemu_mips64
  MIPS: kconfig: add options for dbau1x00 board variant select
  MIPS: kconfig: add options for vct board variant select

 arch/mips/Kconfig                               | 110 +++++++++++++++++++++++-
 board/dbau1x00/Kconfig                          |  21 ++++-
 board/imgtec/malta/Kconfig                      |   3 -
 board/micronas/vct/Kconfig                      |  27 +++++-
 board/pb1x00/Kconfig                            |   3 -
 board/qemu-mips/Kconfig                         |  19 +---
 configs/dbau1000_defconfig                      |   1 +
 configs/dbau1100_defconfig                      |   3 +-
 configs/dbau1500_defconfig                      |   3 +-
 configs/dbau1550_defconfig                      |   3 +-
 configs/dbau1550_el_defconfig                   |   3 +-
 configs/malta_defconfig                         |   2 +-
 configs/maltael_defconfig                       |   2 +-
 configs/pb1000_defconfig                        |   1 +
 configs/qemu_mips64_defconfig                   |   5 +-
 configs/qemu_mips64el_defconfig                 |   5 +-
 configs/qemu_mips_defconfig                     |   3 +-
 configs/qemu_mipsel_defconfig                   |   3 +-
 configs/vct_platinum_defconfig                  |   3 +-
 configs/vct_platinum_onenand_defconfig          |   4 +-
 configs/vct_platinum_onenand_small_defconfig    |   5 +-
 configs/vct_platinum_small_defconfig            |   4 +-
 configs/vct_platinumavc_defconfig               |   3 +-
 configs/vct_platinumavc_onenand_defconfig       |   4 +-
 configs/vct_platinumavc_onenand_small_defconfig |   5 +-
 configs/vct_platinumavc_small_defconfig         |   4 +-
 configs/vct_premium_defconfig                   |   3 +-
 configs/vct_premium_onenand_defconfig           |   4 +-
 configs/vct_premium_onenand_small_defconfig     |   5 +-
 configs/vct_premium_small_defconfig             |   4 +-
 30 files changed, 210 insertions(+), 55 deletions(-)

-- 
2.1.1



More information about the U-Boot mailing list