]> git.ipfire.org Git - thirdparty/u-boot.git/commit - configs/sama5d3_xplained_nandflash_defconfig
Convert CONFIG_USB_OHCI_NEW et al to Kconfig
authorTom Rini <trini@konsulko.com>
Sat, 25 Jun 2022 15:02:31 +0000 (11:02 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 7 Jul 2022 13:29:08 +0000 (09:29 -0400)
commitcd6a45a41fb2c19884ac87afade87b4d53601929
tree62724a663a3e2f8ced64c0be547a596c1f4d5585
parentb340199f828e7d57945785b698ff97469972d1ca
Convert CONFIG_USB_OHCI_NEW et al to Kconfig

This converts the following to Kconfig:
    CONFIG_SYS_OHCI_SWAP_REG_ACCESS
    CONFIG_SYS_USB_OHCI_CPU_INIT
    CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS
    CONFIG_SYS_USB_OHCI_SLOT_NAME
    CONFIG_USB_ATMEL
    CONFIG_USB_ATMEL_CLK_SEL_PLLB
    CONFIG_USB_ATMEL_CLK_SEL_UPLL
    CONFIG_USB_OHCI_LPC32XX
    CONFIG_USB_OHCI_NEW

Signed-off-by: Tom Rini <trini@konsulko.com>
107 files changed:
arch/arm/include/asm/arch-lpc32xx/config.h
configs/at91sam9260ek_dataflash_cs0_defconfig
configs/at91sam9260ek_dataflash_cs1_defconfig
configs/at91sam9260ek_nandflash_defconfig
configs/at91sam9261ek_dataflash_cs0_defconfig
configs/at91sam9261ek_dataflash_cs3_defconfig
configs/at91sam9261ek_nandflash_defconfig
configs/at91sam9263ek_dataflash_cs0_defconfig
configs/at91sam9263ek_dataflash_defconfig
configs/at91sam9263ek_nandflash_defconfig
configs/at91sam9263ek_norflash_boot_defconfig
configs/at91sam9263ek_norflash_defconfig
configs/at91sam9g10ek_dataflash_cs0_defconfig
configs/at91sam9g10ek_dataflash_cs3_defconfig
configs/at91sam9g10ek_nandflash_defconfig
configs/at91sam9g20ek_2mmc_defconfig
configs/at91sam9g20ek_2mmc_nandflash_defconfig
configs/at91sam9g20ek_dataflash_cs0_defconfig
configs/at91sam9g20ek_dataflash_cs1_defconfig
configs/at91sam9g20ek_nandflash_defconfig
configs/at91sam9xeek_dataflash_cs0_defconfig
configs/at91sam9xeek_dataflash_cs1_defconfig
configs/at91sam9xeek_nandflash_defconfig
configs/axs103_defconfig
configs/chromebook_bob_defconfig
configs/chromebook_kevin_defconfig
configs/comtrend_ar5315u_ram_defconfig
configs/comtrend_ar5387un_ram_defconfig
configs/comtrend_ct5361_ram_defconfig
configs/comtrend_vr3032u_ram_defconfig
configs/comtrend_wap5813n_ram_defconfig
configs/da850evm_defconfig
configs/da850evm_direct_nor_defconfig
configs/da850evm_nand_defconfig
configs/devkit3250_defconfig
configs/elgin-rv1108_defconfig
configs/evb-rk3128_defconfig
configs/evb-rk3328_defconfig
configs/evb-rv1108_defconfig
configs/hsdk_4xd_defconfig
configs/hsdk_defconfig
configs/huawei_hg556a_ram_defconfig
configs/khadas-edge-captain-rk3399_defconfig
configs/khadas-edge-rk3399_defconfig
configs/khadas-edge-v-rk3399_defconfig
configs/nanopi-r2s-rk3328_defconfig
configs/netgear_dgnd3700v2_ram_defconfig
configs/omapl138_lcdk_defconfig
configs/pinebook-pro-rk3399_defconfig
configs/pm9261_defconfig
configs/pm9263_defconfig
configs/roc-cc-rk3328_defconfig
configs/rock-pi-e-rk3328_defconfig
configs/rock64-rk3328_defconfig
configs/rock960-rk3399_defconfig
configs/rockpro64-rk3399_defconfig
configs/sama5d3_xplained_mmc_defconfig
configs/sama5d3_xplained_nandflash_defconfig
configs/sfr_nb4-ser_ram_defconfig
configs/smartweb_defconfig
configs/socrates_defconfig
configs/stih410-b2260_defconfig
configs/taurus_defconfig
configs/vexpress_aemv8a_juno_defconfig
drivers/usb/host/Kconfig
drivers/usb/host/ohci-at91.c
drivers/usb/host/ohci-generic.c
drivers/usb/host/ohci.h
include/configs/at91sam9260ek.h
include/configs/at91sam9261ek.h
include/configs/at91sam9263ek.h
include/configs/at91sam9n12ek.h
include/configs/at91sam9x5ek.h
include/configs/axs10x.h
include/configs/bmips_bcm6318.h
include/configs/bmips_bcm63268.h
include/configs/bmips_bcm6328.h
include/configs/bmips_bcm6348.h
include/configs/bmips_bcm6358.h
include/configs/bmips_bcm6362.h
include/configs/bmips_bcm6368.h
include/configs/da850evm.h
include/configs/devkit3250.h
include/configs/ethernut5.h
include/configs/evb_rk3399.h
include/configs/gru.h
include/configs/hsdk-4xd.h
include/configs/hsdk.h
include/configs/omapl138_lcdk.h
include/configs/pinebook-pro-rk3399.h
include/configs/pm9261.h
include/configs/pm9263.h
include/configs/rk3128_common.h
include/configs/rk3328_common.h
include/configs/rock960_rk3399.h
include/configs/rockpro64_rk3399.h
include/configs/rv1108_common.h
include/configs/sama5d3_xplained.h
include/configs/sama5d3xek.h
include/configs/smartweb.h
include/configs/snapper9260.h
include/configs/socrates.h
include/configs/stih410-b2260.h
include/configs/sunxi-common.h
include/configs/taurus.h
include/configs/usb_a9263.h
include/configs/vexpress_aemv8.h