[U-Boot] [PATCH v2 00/42] Kconfig: Convert remaining commands to Kconfig

Simon Glass sjg at chromium.org
Fri Aug 4 22:34:24 UTC 2017


This series converts the remaining commands (starting from M and ending at
Z) to Kconfig. This completes the Kconfig conversion of commands.

Note that for v2 I dropped my CMD_REGINFO patch and picked up one from
Christophe Leroy [1] since it was marked as accepted.

[1] http://patchwork.ozlabs.org/patch/787724/

Changes in v2:
- Add a note about dropping CMD_UNIVERSE
- Add new patch to resync with savedefconfig
- Add new patch to sort the device-access commands
- Add new patch to sort the memory commands
- Drop include/sx151x.h also
- Drop mention of this from several other places
- Drop patch to convert CONFIG_CMD_MTDPARTS to Kconfig (already done)
- Drop unwanted 'CONFIG_CMD_SPL_NAND_OFS=0x0' lines in defconfig
- Fix indentation for CMD_PCI
- Fix typos in help
- Fix up microblaze-generic, gw_ventana, ipam390
- Fixed lots of merge conflicts with my series
- Make X86 imply CMD_SF_TEST (except for efi-x86 which fails)
- Make this 'default y' and drop defconfig file changes
- Move CMD_PORTIO changes in from the CMD_READ patch
- Move CMD_PORTIO changes to previous patch
- Pull in this patch from http://patchwork.ozlabs.org/patch/787724/ instead
- Put Kconfig change in alphabetical order
- Remove some now-superfluous /* commands */ comments in header files
- Rename the option to include 'zimageboot'
- Sort Kconfig options in alphabetical order
- Update commit message to explain Makefile change
- Update edison also

Christophe Leroy (1):
  Convert CONFIG_CMD_REGINFO to Kconfig

Simon Glass (41):
  configs: Resync with savedefconfig
  Convert CONFIG_CMD_MAX6957 to Kconfig
  Kconfig: Drop CONFIG_CMD_MEM
  Kconfig: Sort the device-access commands
  Convert CONFIG_CMD_MMC_SPI to Kconfig
  Convert CONFIG_CMD_MTDPARTS_SPREAD to Kconfig
  Convert CONFIG_CMD_ONENAND to Kconfig
  Convert CONFIG_CMD_PCA953X to Kconfig
  Kconfig: Drop CONFIG_CMD_PCA953X_INFO
  Convert CONFIG_CMD_PCI to Kconfig
  Kconfig: Drop CONFIG_CMD_PCI_ENUM
  Kconfig; Drop CONFIG_IDE_TI_CARDBUS and associated driver
  Convert CONFIG_CMD_PCMCIA to Kconfig
  Kconfig: Drop CONFIG_CMD_PORTIO and associated command
  Kconfig: Convert CMD_READ to Kconfig
  Convert CONFIG_CMD_REISER to Kconfig
  Kconfig: sandbox: Drop CONFIG_CMD_SANDBOX option
  Convert CONFIG_CMD_SAVES to Kconfig
  Convert CONFIG_CMD_SCSI to Kconfig
  Convert CONFIG_CMD_SDRAM to Kconfig
  Convert CONFIG_CMD_SF_TEST to Kconfig
  Convert CONFIG_CMD_SH_ZIMAGEBOOT to Kconfig
  Convert CONFIG_CMD_SPL to Kconfig
  Convert CONFIG_CMD_SPL_NAND_OFS to Kconfig
  Convert CONFIG_CMD_SPL_WRITE_SIZE to Kconfig
  Kconfig: Sort the memory commands
  Convert CONFIG_CMD_STRINGS to Kconfig
  gpio: Drop sx151x driver
  Convert CONFIG_CMD_TCA642X to Kconfig
  Convert CONFIG_CMD_TERMINAL to Kconfig
  Kconfig: Drop CONFIG_CMD_TFTP
  Convert CONFIG_CMD_THOR_DOWNLOAD to Kconfig
  Convert CONFIG_CMD_YAFFS2 to Kconfig
  Convert CONFIG_CMD_TRACE to Kconfig
  Convert CONFIG_CMD_TSI148 to Kconfig
  Convert CONFIG_CMD_UNIVERSE to Kconfig
  Convert CONFIG_CMD_UUID to Kconfig
  Convert CONFIG_CMD_ZBOOT to Kconfig
  Convert CONFIG_CMD_ZFS to Kconfig
  Drop config_cmd_all.h
  README: Drop information about commands

 README                                             | 144 +----
 arch/Kconfig                                       |   3 +
 arch/arm/Kconfig                                   |  10 +
 arch/arm/cpu/armv7/ls102xa/Kconfig                 |   1 +
 arch/arm/cpu/armv8/fsl-layerscape/Kconfig          |   1 +
 arch/arm/mach-imx/mx6/Kconfig                      |   1 +
 arch/arm/mach-omap2/am33xx/Kconfig                 |   1 +
 arch/powerpc/Kconfig                               |   3 +
 arch/powerpc/cpu/mpc83xx/Kconfig                   |   1 +
 arch/powerpc/cpu/mpc85xx/Kconfig                   |   6 +
 arch/sh/Kconfig                                    |   2 +
 arch/sh/lib/Kconfig                                |   6 +
 board/work-microwave/work_92105/Kconfig            |   7 +
 cmd/Kconfig                                        | 501 ++++++++++++-----
 cmd/Makefile                                       |   5 +-
 cmd/fastboot/Kconfig                               |   2 +
 cmd/pci.c                                          |   4 +-
 cmd/portio.c                                       | 145 -----
 cmd/read.c                                         |   2 +-
 configs/A10-OLinuXino-Lime_defconfig               |   2 +-
 configs/A20-OLinuXino-Lime2_defconfig              |   2 +-
 configs/A20-OLinuXino-Lime_defconfig               |   2 +-
 configs/A20-OLinuXino_MICRO_defconfig              |   2 +-
 configs/A20-Olimex-SOM-EVB_defconfig               |   2 +-
 configs/Bananapi_M2_Ultra_defconfig                |   2 +-
 configs/Bananapi_defconfig                         |   2 +-
 configs/Bananapro_defconfig                        |   2 +-
 configs/Cubieboard2_defconfig                      |   2 +-
 configs/Cubieboard_defconfig                       |   2 +-
 configs/Cubietruck_defconfig                       |   2 +-
 configs/Itead_Ibox_A20_defconfig                   |   2 +-
 configs/Lamobo_R1_defconfig                        |   2 +-
 configs/Linksprite_pcDuino3_Nano_defconfig         |   2 +-
 configs/Linksprite_pcDuino3_defconfig              |   3 -
 configs/M5235EVB_Flash32_defconfig                 |   1 +
 configs/M5235EVB_defconfig                         |   1 +
 configs/M5475AFE_defconfig                         |   1 +
 configs/M5475BFE_defconfig                         |   1 +
 configs/M5475CFE_defconfig                         |   1 +
 configs/M5475DFE_defconfig                         |   1 +
 configs/M5475EFE_defconfig                         |   1 +
 configs/M5475FFE_defconfig                         |   1 +
 configs/M5475GFE_defconfig                         |   1 +
 configs/M5485AFE_defconfig                         |   1 +
 configs/M5485BFE_defconfig                         |   1 +
 configs/M5485CFE_defconfig                         |   1 +
 configs/M5485DFE_defconfig                         |   1 +
 configs/M5485EFE_defconfig                         |   1 +
 configs/M5485FFE_defconfig                         |   1 +
 configs/M5485GFE_defconfig                         |   1 +
 configs/M5485HFE_defconfig                         |   1 +
 configs/MPC8308RDB_defconfig                       |   1 +
 configs/MPC8313ERDB_33_defconfig                   |   1 +
 configs/MPC8313ERDB_66_defconfig                   |   1 +
 configs/MPC8313ERDB_NAND_33_defconfig              |   1 +
 configs/MPC8313ERDB_NAND_66_defconfig              |   1 +
 configs/MPC8315ERDB_defconfig                      |   1 +
 configs/MPC8323ERDB_defconfig                      |   1 +
 configs/MPC832XEMDS_HOST_33_defconfig              |   1 +
 configs/MPC832XEMDS_HOST_66_defconfig              |   1 +
 configs/MPC832XEMDS_SLAVE_defconfig                |   1 +
 configs/MPC8349ITXGP_defconfig                     |   2 +
 configs/MPC8349ITX_LOWBOOT_defconfig               |   2 +
 configs/MPC8349ITX_defconfig                       |   2 +
 configs/MPC837XEMDS_HOST_defconfig                 |   1 +
 configs/MPC837XERDB_defconfig                      |   1 +
 configs/MPC8536DS_36BIT_defconfig                  |   1 +
 configs/MPC8536DS_SDCARD_defconfig                 |   1 +
 configs/MPC8536DS_SPIFLASH_defconfig               |   1 +
 configs/MPC8536DS_defconfig                        |   1 +
 configs/MPC8541CDS_defconfig                       |   1 +
 configs/MPC8541CDS_legacy_defconfig                |   1 +
 configs/MPC8544DS_defconfig                        |   3 +-
 configs/MPC8548CDS_36BIT_defconfig                 |   1 +
 configs/MPC8548CDS_defconfig                       |   1 +
 configs/MPC8548CDS_legacy_defconfig                |   1 +
 configs/MPC8555CDS_defconfig                       |   1 +
 configs/MPC8555CDS_legacy_defconfig                |   1 +
 configs/MPC8568MDS_defconfig                       |   1 +
 configs/MPC8569MDS_ATM_defconfig                   |   1 +
 configs/MPC8569MDS_defconfig                       |   1 +
 configs/MPC8572DS_36BIT_defconfig                  |   1 +
 configs/MPC8572DS_defconfig                        |   1 +
 configs/MPC8610HPCD_defconfig                      |   3 +-
 configs/MPC8641HPCN_36BIT_defconfig                |   1 +
 configs/MPC8641HPCN_defconfig                      |   1 +
 configs/Marsboard_A10_defconfig                    |   2 +-
 configs/Mele_A1000_defconfig                       |   2 +-
 configs/Mele_M5_defconfig                          |   2 +-
 configs/MigoR_defconfig                            |   1 +
 configs/Orangepi_defconfig                         |   2 +-
 configs/Orangepi_mini_defconfig                    |   2 +-
 configs/P1021RDB-PC_36BIT_NAND_defconfig           |   1 +
 configs/P1021RDB-PC_36BIT_SDCARD_defconfig         |   1 +
 configs/P1021RDB-PC_36BIT_SPIFLASH_defconfig       |   1 +
 configs/P1021RDB-PC_36BIT_defconfig                |   1 +
 configs/P1021RDB-PC_NAND_defconfig                 |   1 +
 configs/P1021RDB-PC_SDCARD_defconfig               |   1 +
 configs/P1021RDB-PC_SPIFLASH_defconfig             |   1 +
 configs/P1021RDB-PC_defconfig                      |   1 +
 configs/P1022DS_36BIT_NAND_defconfig               |   1 +
 configs/P1022DS_36BIT_SDCARD_defconfig             |   1 +
 configs/P1022DS_36BIT_SPIFLASH_defconfig           |   1 +
 configs/P1022DS_36BIT_defconfig                    |   1 +
 configs/P1022DS_NAND_defconfig                     |   1 +
 configs/P1022DS_SDCARD_defconfig                   |   1 +
 configs/P1022DS_SPIFLASH_defconfig                 |   1 +
 configs/P1022DS_defconfig                          |   1 +
 configs/P1023RDB_defconfig                         |   1 +
 configs/P1025RDB_36BIT_defconfig                   |   1 +
 configs/P1025RDB_NAND_defconfig                    |   1 +
 configs/P1025RDB_SDCARD_defconfig                  |   1 +
 configs/P1025RDB_SPIFLASH_defconfig                |   1 +
 configs/P1025RDB_defconfig                         |   1 +
 configs/P2020RDB-PC_36BIT_NAND_defconfig           |   1 +
 configs/P2020RDB-PC_36BIT_SDCARD_defconfig         |   1 +
 configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig       |   1 +
 configs/P2020RDB-PC_36BIT_defconfig                |   1 +
 configs/P2020RDB-PC_NAND_defconfig                 |   1 +
 configs/P2020RDB-PC_SDCARD_defconfig               |   1 +
 configs/P2020RDB-PC_SPIFLASH_defconfig             |   1 +
 configs/P2020RDB-PC_defconfig                      |   1 +
 configs/TQM834x_defconfig                          |   1 +
 configs/TWR-P1025_defconfig                        |   1 +
 configs/UCP1020_SPIFLASH_defconfig                 |   1 +
 configs/UCP1020_defconfig                          |   1 +
 configs/Wits_Pro_A20_DKT_defconfig                 |   2 +-
 configs/alt_defconfig                              |   1 +
 configs/am335x_boneblack_defconfig                 |   1 +
 configs/am335x_boneblack_vboot_defconfig           |   1 +
 configs/am335x_evm_defconfig                       |   2 +
 configs/am335x_evm_nor_defconfig                   |   2 +
 configs/am335x_evm_usbspl_defconfig                |   2 +
 configs/am335x_igep003x_defconfig                  |   1 +
 configs/am335x_sl50_defconfig                      |   1 +
 configs/am43xx_evm_defconfig                       |   3 +
 configs/am43xx_evm_ethboot_defconfig               |   3 +
 configs/am43xx_evm_usbhost_boot_defconfig          |   3 +
 configs/am57xx_evm_defconfig                       |   1 +
 configs/am57xx_evm_nodt_defconfig                  |   1 +
 configs/ap325rxa_defconfig                         |   1 +
 configs/ap_sh4a_4a_defconfig                       |   1 +
 configs/apalis-tk1_defconfig                       |   1 +
 configs/apalis_t30_defconfig                       |   1 +
 configs/armadillo-800eva_defconfig                 |   1 +
 configs/bayleybay_defconfig                        |   1 +
 configs/beaver_defconfig                           |   1 +
 configs/birdland_bav335a_defconfig                 |   1 +
 configs/birdland_bav335b_defconfig                 |   1 +
 configs/blanche_defconfig                          |   1 +
 configs/boston32r2_defconfig                       |   1 +
 configs/boston32r2el_defconfig                     |   1 +
 configs/boston64r2_defconfig                       |   1 +
 configs/boston64r2el_defconfig                     |   1 +
 configs/caddy2_defconfig                           |   2 +
 configs/cairo_defconfig                            |   2 +
 configs/cardhu_defconfig                           |   1 +
 configs/cei-tk1-som_defconfig                      |   1 +
 configs/chromebit_mickey_defconfig                 |   1 +
 configs/chromebook_jerry_defconfig                 |   1 +
 configs/chromebook_link64_defconfig                |   1 +
 configs/chromebook_link_defconfig                  |   1 +
 configs/chromebook_minnie_defconfig                |   1 +
 configs/chromebook_samus_defconfig                 |   1 +
 configs/chromebox_panther_defconfig                |   1 +
 configs/cl-som-am57x_defconfig                     |   2 +
 configs/clearfog_defconfig                         |   1 +
 configs/cm_t335_defconfig                          |   1 +
 configs/cm_t54_defconfig                           |   2 +-
 ...conga-qeval20-qa3-e3845-internal-uart_defconfig |   1 +
 configs/conga-qeval20-qa3-e3845_defconfig          |   1 +
 .../controlcenterd_36BIT_SDCARD_DEVELOP_defconfig  |   1 +
 configs/controlcenterd_36BIT_SDCARD_defconfig      |   1 +
 configs/controlcenterdc_defconfig                  |   4 +-
 configs/coreboot-x86_defconfig                     |   1 +
 configs/cougarcanyon2_defconfig                    |   1 +
 configs/crownbay_defconfig                         |   1 +
 configs/db-88f6820-amc_defconfig                   |   1 +
 configs/db-88f6820-gp_defconfig                    |   3 +-
 configs/db-mv784mp-gp_defconfig                    |   1 +
 configs/devkit8000_defconfig                       |   3 +
 configs/dfi-bt700-q7x-151_defconfig                |   1 +
 configs/dra7xx_evm_defconfig                       |   3 +-
 configs/dra7xx_hs_evm_defconfig                    |   2 +-
 configs/ds414_defconfig                            |   1 +
 configs/ecovec_defconfig                           |   1 +
 configs/efi-x86_defconfig                          |   2 +
 configs/espt_defconfig                             |   1 +
 configs/ethernut5_defconfig                        |   2 +
 configs/galileo_defconfig                          |   1 +
 configs/gose_defconfig                             |   1 +
 configs/gwventana_emmc_defconfig                   |   3 +
 configs/gwventana_gw5904_defconfig                 |   3 +
 configs/gwventana_nand_defconfig                   |   3 +
 configs/highbank_defconfig                         |   2 +-
 configs/hrcon_defconfig                            |   1 +
 configs/hrcon_dh_defconfig                         |   1 +
 configs/igep0020_defconfig                         |   2 +
 configs/igep0030_defconfig                         |   2 +
 configs/igep0032_defconfig                         |   2 +
 configs/integratorap_cm720t_defconfig              |   1 +
 configs/integratorap_cm920t_defconfig              |   1 +
 configs/integratorap_cm926ejs_defconfig            |   1 +
 configs/integratorap_cm946es_defconfig             |   1 +
 configs/ipam390_defconfig                          |   3 +
 configs/jetson-tk1_defconfig                       |   1 +
 configs/koelsch_defconfig                          |   1 +
 configs/lager_defconfig                            |   1 +
 configs/ls1012aqds_qspi_defconfig                  |   4 +-
 configs/ls1012ardb_qspi_SECURE_BOOT_defconfig      |   1 +
 configs/ls1012ardb_qspi_defconfig                  |   1 +
 configs/ls1021atwr_nor_SECURE_BOOT_defconfig       |   9 +-
 configs/ls1021atwr_nor_defconfig                   |   9 +-
 .../ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig    |  11 +-
 configs/ls1021atwr_sdcard_ifc_defconfig            |   9 +-
 configs/ls1021atwr_sdcard_qspi_defconfig           |   9 +-
 configs/ls1043ardb_SECURE_BOOT_defconfig           |   9 +-
 configs/ls1043ardb_defconfig                       |   9 +-
 configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig    |   9 +-
 configs/ls1043ardb_sdcard_defconfig                |   9 +-
 configs/ls1046aqds_SECURE_BOOT_defconfig           |   5 +-
 configs/ls1046aqds_defconfig                       |   5 +-
 configs/ls1046aqds_lpuart_defconfig                |   2 +-
 configs/ls1046aqds_nand_defconfig                  |   5 +-
 configs/ls1046aqds_qspi_defconfig                  |   5 +-
 configs/ls1046aqds_sdcard_ifc_defconfig            |   5 +-
 configs/ls1046aqds_sdcard_qspi_defconfig           |   5 +-
 configs/ls1046ardb_emmc_defconfig                  |   5 +-
 configs/ls1046ardb_qspi_SECURE_BOOT_defconfig      |  13 +-
 configs/ls1046ardb_qspi_defconfig                  |  13 +-
 configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig    |  13 +-
 configs/ls1046ardb_sdcard_defconfig                |  13 +-
 configs/ls2080aqds_SECURE_BOOT_defconfig           |   1 +
 configs/ls2080aqds_defconfig                       |   1 +
 configs/ls2080aqds_nand_defconfig                  |   1 +
 configs/ls2080aqds_qspi_defconfig                  |   1 +
 configs/ls2080aqds_sdcard_defconfig                |   1 +
 configs/ls2080ardb_SECURE_BOOT_defconfig           |   1 +
 configs/ls2080ardb_defconfig                       |   2 +-
 configs/ls2080ardb_nand_defconfig                  |   1 +
 configs/ls2081ardb_defconfig                       |   3 +-
 configs/ls2088ardb_qspi_defconfig                  |   2 +-
 configs/malta64_defconfig                          |   1 +
 configs/malta64el_defconfig                        |   1 +
 configs/malta_defconfig                            |   1 +
 configs/maltael_defconfig                          |   1 +
 configs/microblaze-generic_defconfig               |   3 +
 configs/minnowmax_defconfig                        |   1 +
 configs/mpc8308_p1m_defconfig                      |   1 +
 configs/ms7720se_defconfig                         |   4 +-
 configs/ms7722se_defconfig                         |   1 +
 configs/mvebu_db_armada8k_defconfig                |   1 +
 configs/mvebu_mcbin-88f8040_defconfig              |   1 +
 configs/mx6sabresd_defconfig                       |   3 +
 configs/mx6sxsabresd_defconfig                     |   1 +
 configs/mx6sxsabresd_spl_defconfig                 |   1 +
 configs/novena_defconfig                           |   1 +
 configs/odroid-xu3_defconfig                       |   1 +
 configs/odroid_defconfig                           |   1 +
 configs/omap3_beagle_defconfig                     |   2 +
 configs/omap3_logic_defconfig                      |   2 +
 configs/omap3_overo_defconfig                      |   2 +
 configs/omap4_panda_defconfig                      |   1 +
 configs/omap5_uevm_defconfig                       |   4 +-
 configs/origen_defconfig                           |   1 +
 configs/ot1200_defconfig                           |   1 +
 configs/ot1200_spl_defconfig                       |   1 +
 configs/p2371-2180_defconfig                       |   1 +
 configs/p2771-0000-000_defconfig                   |   1 +
 configs/p2771-0000-500_defconfig                   |   1 +
 configs/pcm051_rev1_defconfig                      |   1 +
 configs/pcm051_rev3_defconfig                      |   1 +
 configs/pengwyn_defconfig                          |   2 +
 configs/porter_defconfig                           |   1 +
 configs/qemu-ppce500_defconfig                     |   1 +
 configs/qemu-x86_64_defconfig                      |   1 +
 configs/qemu-x86_defconfig                         |   1 +
 configs/qemu-x86_efi_payload32_defconfig           |   1 +
 configs/qemu-x86_efi_payload64_defconfig           |   1 +
 configs/r0p7734_defconfig                          |   1 +
 configs/r2dplus_defconfig                          |   1 +
 configs/r7780mp_defconfig                          |   2 +
 configs/r8a7795_salvator-x_defconfig               |   5 +-
 configs/r8a7796_salvator-x_defconfig               |   5 +-
 configs/rsk7203_defconfig                          |   1 +
 configs/s5p_goni_defconfig                         |   2 +
 configs/s5pc210_universal_defconfig                |   1 +
 configs/sandbox_defconfig                          |   3 +
 configs/sandbox_flattree_defconfig                 |   1 +
 configs/sandbox_noblk_defconfig                    |   1 +
 configs/sandbox_spl_defconfig                      |   1 +
 configs/sbc8349_PCI_33_defconfig                   |   1 +
 configs/sbc8349_PCI_66_defconfig                   |   1 +
 configs/sbc8548_PCI_33_PCIE_defconfig              |   1 +
 configs/sbc8548_PCI_33_defconfig                   |   1 +
 configs/sbc8548_PCI_66_PCIE_defconfig              |   1 +
 configs/sbc8548_PCI_66_defconfig                   |   1 +
 configs/sbc8641d_defconfig                         |   1 +
 configs/sh7752evb_defconfig                        |   1 +
 configs/sh7753evb_defconfig                        |   1 +
 configs/sh7757lcr_defconfig                        |   1 +
 configs/sh7763rdp_defconfig                        |   1 +
 configs/sh7785lcr_32bit_defconfig                  |   2 +
 configs/sh7785lcr_defconfig                        |   2 +
 configs/shmin_defconfig                            |   1 +
 configs/silk_defconfig                             |   1 +
 configs/smdkc100_defconfig                         |   1 +
 configs/snapper9260_defconfig                      |   1 +
 configs/snapper9g20_defconfig                      |   1 +
 configs/socrates_defconfig                         |   2 +
 configs/som-db5800-som-6867_defconfig              |   1 +
 configs/stout_defconfig                            |   1 +
 configs/strider_con_defconfig                      |   1 +
 configs/strider_con_dp_defconfig                   |   1 +
 configs/strider_cpu_defconfig                      |   1 +
 configs/strider_cpu_dp_defconfig                   |   1 +
 configs/tbs2910_defconfig                          |   1 +
 configs/theadorable-x86-dfi-bt700_defconfig        |   1 +
 configs/theadorable_debug_defconfig                |   1 +
 configs/topic_miami_defconfig                      |   1 +
 configs/topic_miamilite_defconfig                  |   1 +
 configs/topic_miamiplus_defconfig                  |   1 +
 configs/trats2_defconfig                           |   1 +
 configs/trats_defconfig                            |   1 +
 configs/trimslice_defconfig                        |   1 +
 configs/turris_omnia_defconfig                     |   1 +
 configs/twister_defconfig                          |   3 +
 configs/vct_platinum_onenand_defconfig             |   1 +
 configs/vct_platinum_onenand_small_defconfig       |   1 +
 configs/vct_platinumavc_onenand_defconfig          |   1 +
 configs/vct_platinumavc_onenand_small_defconfig    |   1 +
 configs/vct_premium_onenand_defconfig              |   1 +
 configs/vct_premium_onenand_small_defconfig        |   1 +
 configs/ve8313_defconfig                           |   1 +
 configs/vining_2000_defconfig                      |   1 +
 configs/vme8349_defconfig                          |   2 +
 configs/work_92105_defconfig                       |   1 +
 configs/x600_defconfig                             |   1 +
 configs/xilinx_zynqmp_ep_defconfig                 |   5 +-
 configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig   |   1 +
 configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig   |   1 +
 configs/xilinx_zynqmp_zcu102_revA_defconfig        |   6 +-
 configs/xilinx_zynqmp_zcu102_revB_defconfig        |   6 +-
 configs/xpedite517x_defconfig                      |   2 +
 configs/xpedite520x_defconfig                      |   2 +
 configs/xpedite537x_defconfig                      |   2 +
 configs/xpedite550x_defconfig                      |   2 +
 configs/xtfpga_defconfig                           |   1 +
 configs/zc5202_defconfig                           |   1 +
 configs/zynq_microzed_defconfig                    |   1 +
 configs/zynq_picozed_defconfig                     |   1 +
 configs/zynq_zc702_defconfig                       |   1 +
 configs/zynq_zc706_defconfig                       |   1 +
 configs/zynq_zed_defconfig                         |   1 +
 configs/zynq_zybo_defconfig                        |   1 +
 drivers/gpio/Kconfig                               |  18 +
 drivers/gpio/Makefile                              |   1 -
 drivers/gpio/pca953x.c                             |   8 -
 drivers/gpio/sx151x.c                              | 242 --------
 drivers/pcmcia/Makefile                            |   1 -
 drivers/pcmcia/ti_pci1410a.c                       | 623 ---------------------
 fs/Kconfig                                         |   2 +
 fs/yaffs2/Kconfig                                  |   7 +
 include/command.h                                  |   9 +-
 include/config_cmd_all.h                           |  31 -
 include/config_distro_bootcmd.h                    |   2 +-
 include/configs/B4860QDS.h                         |   9 -
 include/configs/BSC9131RDB.h                       |   5 -
 include/configs/BSC9132QDS.h                       |   7 -
 include/configs/C29XPCIE.h                         |   7 -
 include/configs/M5235EVB.h                         |   3 -
 include/configs/M54455EVB.h                        |   3 -
 include/configs/M5475EVB.h                         |   6 -
 include/configs/M5485EVB.h                         |   6 -
 include/configs/MCR3000.h                          |   3 -
 include/configs/MPC8308RDB.h                       |   1 -
 include/configs/MPC8313ERDB.h                      |   1 -
 include/configs/MPC8315ERDB.h                      |   1 -
 include/configs/MPC8323ERDB.h                      |   4 -
 include/configs/MPC832XEMDS.h                      |   4 -
 include/configs/MPC8349EMDS.h                      |   4 -
 include/configs/MPC8349ITX.h                       |   9 -
 include/configs/MPC837XEMDS.h                      |   4 -
 include/configs/MPC837XERDB.h                      |   4 -
 include/configs/MPC8536DS.h                        |   9 -
 include/configs/MPC8540ADS.h                       |   4 -
 include/configs/MPC8541CDS.h                       |   9 -
 include/configs/MPC8544DS.h                        |   9 -
 include/configs/MPC8548CDS.h                       |   9 -
 include/configs/MPC8555CDS.h                       |   9 -
 include/configs/MPC8560ADS.h                       |  12 -
 include/configs/MPC8568MDS.h                       |   9 -
 include/configs/MPC8569MDS.h                       |   9 -
 include/configs/MPC8572DS.h                        |   9 -
 include/configs/MPC8610HPCD.h                      |   6 -
 include/configs/MPC8641HPCN.h                      |   9 -
 include/configs/MigoR.h                            |   2 -
 include/configs/P1010RDB.h                         |   7 -
 include/configs/P1022DS.h                          |   9 -
 include/configs/P1023RDB.h                         |   9 -
 include/configs/P2041RDB.h                         |   4 -
 include/configs/T102xQDS.h                         |   9 -
 include/configs/T102xRDB.h                         |   9 -
 include/configs/T1040QDS.h                         |   9 -
 include/configs/T104xRDB.h                         |   9 -
 include/configs/T208xQDS.h                         |   9 -
 include/configs/T208xRDB.h                         |   9 -
 include/configs/T4240RDB.h                         |   6 -
 include/configs/TQM834x.h                          |  12 -
 include/configs/UCP1020.h                          |   8 -
 include/configs/advantech_dms-ba16.h               |   1 -
 include/configs/am335x_evm.h                       |   2 -
 include/configs/am335x_shc.h                       |   1 -
 include/configs/am43xx_evm.h                       |   2 -
 include/configs/ap325rxa.h                         |   2 -
 include/configs/ap_sh4a_4a.h                       |   2 -
 include/configs/apalis-tk1.h                       |   1 -
 include/configs/apalis_t30.h                       |   1 -
 include/configs/armadillo-800eva.h                 |   2 -
 include/configs/baltos.h                           |   2 -
 include/configs/bav335x.h                          |   2 -
 include/configs/beaver.h                           |   1 -
 include/configs/boston.h                           |   1 -
 include/configs/brppt1.h                           |   2 -
 include/configs/calimain.h                         |   8 -
 include/configs/cardhu.h                           |   1 -
 include/configs/cei-tk1-som.h                      |   1 -
 include/configs/cl-som-am57x.h                     |   3 -
 include/configs/clearfog.h                         |   1 -
 include/configs/cm_t335.h                          |   4 -
 include/configs/controlcenterd.h                   |   4 -
 include/configs/controlcenterdc.h                  |   2 -
 include/configs/corenet_ds.h                       |   9 -
 include/configs/cyrus.h                            |   9 -
 include/configs/da850evm.h                         |   5 -
 include/configs/db-88f6820-amc.h                   |   1 -
 include/configs/db-88f6820-gp.h                    |   1 -
 include/configs/db-mv784mp-gp.h                    |   5 -
 include/configs/dbau1x00.h                         |   5 -
 include/configs/devkit8000.h                       |   3 -
 include/configs/dra7xx_evm.h                       |   2 -
 include/configs/dragonboard410c.h                  |   1 -
 include/configs/ds414.h                            |   2 -
 include/configs/ea20.h                             |   5 -
 include/configs/ecovec.h                           |   2 -
 include/configs/edison.h                           |   1 -
 include/configs/efi-x86.h                          |   2 -
 include/configs/espt.h                             |   5 -
 include/configs/ethernut5.h                        |   2 -
 include/configs/exynos4-common.h                   |   3 -
 include/configs/exynos5-common.h                   |   1 -
 include/configs/ge_bx50v3.h                        |   1 -
 include/configs/gw_ventana.h                       |   4 -
 include/configs/hrcon.h                            |   1 -
 include/configs/integratorap.h                     |   2 -
 include/configs/ipam390.h                          |   8 -
 include/configs/jetson-tk1.h                       |   1 -
 include/configs/km/km83xx-common.h                 |   4 -
 include/configs/km/kmp204x-common.h                |   1 -
 include/configs/legoev3.h                          |   5 -
 include/configs/ls1012aqds.h                       |   2 -
 include/configs/ls1012ardb.h                       |   2 -
 include/configs/ls1021aiot.h                       |   2 -
 include/configs/ls1021aqds.h                       |   1 -
 include/configs/ls1021atwr.h                       |   1 -
 include/configs/ls1043a_common.h                   |   1 -
 include/configs/ls1043ardb.h                       |   1 -
 include/configs/ls1046a_common.h                   |   1 -
 include/configs/ls2080aqds.h                       |   1 -
 include/configs/ls2080ardb.h                       |   1 -
 include/configs/malta.h                            |   1 -
 include/configs/microblaze-generic.h               |  20 -
 include/configs/mpc8308_p1m.h                      |   1 -
 include/configs/ms7720se.h                         |   3 -
 include/configs/ms7722se.h                         |   2 -
 include/configs/mvebu_armada-8k.h                  |   1 -
 include/configs/mx6sabreauto.h                     |   2 -
 include/configs/mx6sabresd.h                       |   3 -
 include/configs/mx6sxsabresd.h                     |   1 -
 include/configs/nokia_rx51.h                       |   6 -
 include/configs/novena.h                           |   1 -
 include/configs/odroid_xu3.h                       |   1 -
 include/configs/omap3_beagle.h                     |   2 -
 include/configs/omap3_cairo.h                      |   2 -
 include/configs/omap3_igep00x0.h                   |   2 -
 include/configs/omap3_logic.h                      |   2 -
 include/configs/omap3_overo.h                      |   2 -
 include/configs/omap3_zoom1.h                      |   2 -
 include/configs/omap5_uevm.h                       |   1 -
 include/configs/omapl138_lcdk.h                    |   4 -
 include/configs/ot1200.h                           |   2 -
 include/configs/p1_p2_rdb_pc.h                     |   7 -
 include/configs/p1_twr.h                           |   7 -
 include/configs/p2371-2180.h                       |   1 -
 include/configs/p2771-0000.h                       |   1 -
 include/configs/pengwyn.h                          |   2 -
 include/configs/qemu-ppce500.h                     |   6 -
 include/configs/r0p7734.h                          |   2 -
 include/configs/r2dplus.h                          |   6 -
 include/configs/r7780mp.h                          |   6 -
 include/configs/rcar-gen2-common.h                 |   2 -
 include/configs/rcar-gen3-common.h                 |   1 -
 include/configs/rsk7203.h                          |   2 -
 include/configs/s5p_goni.h                         |   3 -
 include/configs/sandbox.h                          |   6 -
 include/configs/sbc8349.h                          |   4 -
 include/configs/sbc8548.h                          |   9 -
 include/configs/sbc8641d.h                         |   6 -
 include/configs/sh7752evb.h                        |   2 -
 include/configs/sh7753evb.h                        |   2 -
 include/configs/sh7757lcr.h                        |   2 -
 include/configs/sh7763rdp.h                        |   5 -
 include/configs/sh7785lcr.h                        |   4 -
 include/configs/shmin.h                            |   2 -
 include/configs/smdkc100.h                         |   5 -
 include/configs/smdkv310.h                         |   1 -
 include/configs/snapper9260.h                      |   4 -
 include/configs/socrates.h                         |  10 -
 include/configs/spear-common.h                     |   5 -
 include/configs/stm32f429-discovery.h              |   2 -
 include/configs/strider.h                          |   3 -
 include/configs/t4qds.h                            |   6 -
 include/configs/tbs2910.h                          |   1 -
 include/configs/theadorable.h                      |   3 -
 include/configs/ti_armv7_common.h                  |   4 -
 include/configs/ti_armv7_keystone2.h               |   3 -
 include/configs/trats.h                            |   1 -
 include/configs/trimslice.h                        |   1 -
 include/configs/turris_omnia.h                     |   1 -
 include/configs/twister.h                          |   4 -
 include/configs/vct.h                              |   7 -
 include/configs/ve8313.h                           |   1 -
 include/configs/veyron.h                           |   2 -
 include/configs/vining_2000.h                      |   1 -
 include/configs/vme8349.h                          |   5 -
 include/configs/work_92105.h                       |   1 -
 include/configs/x600.h                             |   5 -
 include/configs/x86-common.h                       |   4 -
 include/configs/xilinx_zynqmp.h                    |   1 -
 include/configs/xilinx_zynqmp_zcu102.h             |   2 -
 include/configs/xpedite517x.h                      |   9 -
 include/configs/xpedite520x.h                      |   9 -
 include/configs/xpedite537x.h                      |   9 -
 include/configs/xpedite550x.h                      |   9 -
 include/configs/xtfpga.h                           |   6 -
 include/configs/zc5202.h                           |   1 -
 include/configs/zynq-common.h                      |   2 -
 include/sx151x.h                                   |  17 -
 scripts/config_whitelist.txt                       |  38 --
 549 files changed, 881 insertions(+), 2295 deletions(-)
 create mode 100644 arch/sh/lib/Kconfig
 delete mode 100644 cmd/portio.c
 delete mode 100644 drivers/gpio/sx151x.c
 delete mode 100644 drivers/pcmcia/ti_pci1410a.c
 create mode 100644 fs/yaffs2/Kconfig
 delete mode 100644 include/config_cmd_all.h
 delete mode 100644 include/sx151x.h

-- 
2.14.0.rc1.383.gd1ce394fe2-goog



More information about the U-Boot mailing list