Skip to content

Commit

Permalink
Convert CONFIG_CONS_INDEX et al to Kconfig
Browse files Browse the repository at this point in the history
This converts the following to Kconfig:
   CONFIG_CONS_INDEX
   CONFIG_DEBUG_UART_CLOCK
   CONFIG_FSL_TZPC_BP147
   CONFIG_GENERIC_ATMEL_MCI
   CONFIG_IDENT_STRING
   CONFIG_LIBATA
   CONFIG_LNX_KRNL_IMG_TEXT_OFFSET_BASE
   CONFIG_LPC32XX_GPIO
   CONFIG_MP
   CONFIG_MPC8XXX_GPIO
   CONFIG_MTD_PARTITIONS
   CONFIG_MVGBE
   CONFIG_MXC_GPIO
   CONFIG_NR_DRAM_BANKS
   CONFIG_OF_BOARD_SETUP
   CONFIG_OF_STDOUT_VIA_ALIAS
   CONFIG_OF_SYSTEM_SETUP
   CONFIG_PREBOOT
   CONFIG_ROCKCHIP_SERIAL
   CONFIG_RTC_ENABLE_32KHZ_OUTPUT
   CONFIG_RTC_MV
   CONFIG_SCSI_AHCI
   CONFIG_SF_DEFAULT_BUS
   CONFIG_SF_DEFAULT_CS
   CONFIG_SF_DEFAULT_SPEED
   CONFIG_SOFT_SPI
   CONFIG_SPI_FLASH_EON
   CONFIG_SPI_FLASH_MACRONIX
   CONFIG_SPI_FLASH_MTD
   CONFIG_SPI_FLASH_SPANSION
   CONFIG_SPI_FLASH_SST
   CONFIG_SPI_FLASH_STMICRO
   CONFIG_SUPPORT_RAW_INITRD
   CONFIG_SYS_ARCH_TIMER
   CONFIG_SYS_BOARD
   CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE
   CONFIG_SYS_DCACHE_OFF
   CONFIG_SYS_FDT_SAVE_ADDRESS
   CONFIG_SYS_FLASH_CFI
   CONFIG_SYS_FSL_ERRATUM_ESDHC135
   CONFIG_SYS_HAS_SERDES
   CONFIG_SYS_L2CACHE_OFF
   CONFIG_SYS_LITTLE_ENDIAN
   CONFIG_SYS_LOAD_ADDR
   CONFIG_SYS_MMCSD_FS_BOOT_PARTITION
   CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION
   CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR
   CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR
   CONFIG_SYS_NS16550
   CONFIG_SYS_PLLFIN
   CONFIG_SYS_SPI_U_BOOT_OFFS
   CONFIG_TIMER_SYS_TICK_CH
   CONFIG_USB_EHCI_FSL
   CONFIG_U_QE
   CONFIG_VERSION_VARIABLE

Signed-off-by: Tom Rini <trini@konsulko.com>
  • Loading branch information
trini committed Dec 27, 2021
1 parent 66e0e2b commit f76750d
Show file tree
Hide file tree
Showing 410 changed files with 475 additions and 379 deletions.
29 changes: 0 additions & 29 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -565,11 +565,6 @@ The following options need to be configured:
boards with QUICC Engines require OF_QE to set UCC MAC
addresses

CONFIG_OF_BOARD_SETUP

Board code has addition modification that it wants to make
to the flat device tree before handing it off to the kernel

CONFIG_OF_SYSTEM_SETUP

Other code has addition modification that it wants to make
Expand All @@ -596,9 +591,6 @@ The following options need to be configured:
Note: If a "bootargs" environment is defined, it will override
the defaults discussed just above.

- Cache Configuration:
CONFIG_SYS_L2CACHE_OFF- Do not enable L2 cache in U-Boot

- Cache Configuration for ARM:
CONFIG_SYS_L2_PL310 - Enable support for ARM PL310 L2 cache
controller
Expand Down Expand Up @@ -1520,16 +1512,6 @@ The following options need to be configured:
SPI EEPROM, also an instance works with Crystal A/D and
D/As on the SACSng board)

CONFIG_SOFT_SPI

Enables a software (bit-bang) SPI driver rather than
using hardware support. This is a general purpose
driver that only requires three general I/O port pins
(two outputs, one input) to function. If this is
defined, the board configuration must define several
SPI configuration items (port pins to use, etc). For
an example, see include/configs/sacsng.h.

CONFIG_SYS_SPI_MXC_WAIT
Timeout for waiting until spi transfer completed.
default: (CONFIG_SYS_HZ/100) /* 10 ms */
Expand Down Expand Up @@ -1595,13 +1577,6 @@ The following options need to be configured:
Time to wait after FPGA configuration. The default is
200 ms.

- Configuration Management:

CONFIG_IDENT_STRING

If defined, this string will be added to the U-Boot
version information (U_BOOT_VERSION)

- Vendor Parameter Protection:

U-Boot considers the values of the environment
Expand Down Expand Up @@ -1922,10 +1897,6 @@ The following options need to be configured:
CONFIG_SPL_INIT_MINIMAL
Arch init code should be built for a very small image

CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION
Partition on the MMC to load U-Boot from when the MMC is being
used in raw mode

CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR
Sector to load kernel uImage from when MMC is being
used in raw mode (for Falcon mode)
Expand Down
3 changes: 3 additions & 0 deletions arch/arm/cpu/armv8/fsl-layerscape/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ config ARCH_LS1028A
select SYS_FSL_SEC_COMPAT_5
select SYS_FSL_SEC_LE
select FSL_TZASC_1
select FSL_TZPC_BP147
select ARCH_EARLY_INIT_R
select BOARD_EARLY_INIT_F
select SYS_I2C_MXC
Expand Down Expand Up @@ -241,6 +242,7 @@ config ARCH_LX2162A
select FSL_DDR_INTERACTIVE
select FSL_LAYERSCAPE
select FSL_LSCH3
select FSL_TZPC_BP147
select GICV3
select NXP_LSCH3_2
select SYS_HAS_SERDES
Expand Down Expand Up @@ -277,6 +279,7 @@ config ARCH_LX2160A
select FSL_DDR_INTERACTIVE
select FSL_LAYERSCAPE
select FSL_LSCH3
select FSL_TZPC_BP147
select GICV3
select HAS_FSL_XHCI_USB if USB_HOST
select NXP_LSCH3_2
Expand Down
1 change: 0 additions & 1 deletion arch/arm/include/asm/arch-fsl-layerscape/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@
#elif defined(CONFIG_ARCH_LS1028A)
#define CONFIG_SYS_FSL_NUM_CC_PLLS 3
#define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 1 }
#define CONFIG_FSL_TZPC_BP147
#define CONFIG_FSL_TZASC_400

/* TZ Protection Controller Definitions */
Expand Down
3 changes: 3 additions & 0 deletions arch/arm/mach-apple/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ config SYS_MALLOC_LEN
config SYS_MALLOC_F_LEN
default 0x4000

config LNX_KRNL_IMG_TEXT_OFFSET_BASE
default SYS_TEXT_BASE

endif
1 change: 1 addition & 0 deletions arch/arm/mach-imx/imxrt/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ if ARCH_IMXRT

config IMXRT
bool
select SYS_FSL_ERRATUM_ESDHC135

config IMXRT1020
bool
Expand Down
14 changes: 10 additions & 4 deletions arch/arm/mach-nexell/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ config TARGET_NANOPI2

endchoice

config SYS_PLLFIN
int

config TIMER_SYS_TICK_CH
int

config SYS_BOARD
default "nanopi2"

Expand All @@ -45,13 +51,13 @@ config SYS_SOC
config SYS_CONFIG_NAME
default "s5p4418_nanopi2"

endmenu

config SYS_PLLFIN
int
default 24000000

config TIMER_SYS_TICK_CH
int
default 0

endmenu

source "board/friendlyarm/Kconfig"

Expand Down
4 changes: 4 additions & 0 deletions arch/powerpc/cpu/mpc85xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ config ARCH_P1010
bool
select FSL_LAW
select SYS_CACHE_SHIFT_5
select SYS_HAS_SERDES
select SYS_FSL_ERRATUM_A004477
select SYS_FSL_ERRATUM_A004508
select SYS_FSL_ERRATUM_A005125
Expand Down Expand Up @@ -1001,6 +1002,9 @@ config SYS_FSL_ERRATUM_SRIO_A004034
config SYS_FSL_ERRATUM_USB14
bool

config SYS_HAS_SERDES
bool

config SYS_P4080_ERRATUM_CPU22
bool

Expand Down
1 change: 0 additions & 1 deletion board/siemens/capricorn/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ F: board/siemens/capricorn/
F: include/configs/capricorn-common.h
F: include/configs/deneb.h
F: include/configs/giedi.h
F: include/configs/siemens-ccp-common.h
F: include/configs/siemens-env-common.h
F: configs/deneb_defconfig
F: configs/giedi_defconfig
3 changes: 3 additions & 0 deletions board/xen/xenguest_arm64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ config SYS_VENDOR
config SYS_CONFIG_NAME
default "xenguest_arm64"

config LNX_KRNL_IMG_TEXT_OFFSET_BASE
default SYS_LOAD_ADDR

endif
1 change: 1 addition & 0 deletions configs/MPC837XERDB_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,4 @@ CONFIG_TSEC_ENET=y
CONFIG_SYS_NS16550=y
CONFIG_USB=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_FSL=y
1 change: 1 addition & 0 deletions configs/P1010RDB-PA_36BIT_NAND_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,5 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_ADDR_MAP=y
1 change: 1 addition & 0 deletions configs/P1010RDB-PA_36BIT_NOR_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_ADDR_MAP=y
1 change: 1 addition & 0 deletions configs/P1010RDB-PA_36BIT_SDCARD_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,5 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_ADDR_MAP=y
1 change: 1 addition & 0 deletions configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,5 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_ADDR_MAP=y
1 change: 1 addition & 0 deletions configs/P1010RDB-PA_NAND_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,4 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
1 change: 1 addition & 0 deletions configs/P1010RDB-PA_NOR_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
1 change: 1 addition & 0 deletions configs/P1010RDB-PA_SDCARD_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,4 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
1 change: 1 addition & 0 deletions configs/P1010RDB-PA_SPIFLASH_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
1 change: 1 addition & 0 deletions configs/P1010RDB-PB_36BIT_NAND_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,5 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_ADDR_MAP=y
1 change: 1 addition & 0 deletions configs/P1010RDB-PB_36BIT_NOR_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,5 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_ADDR_MAP=y
1 change: 1 addition & 0 deletions configs/P1010RDB-PB_36BIT_SDCARD_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,5 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_ADDR_MAP=y
1 change: 1 addition & 0 deletions configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,5 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_ADDR_MAP=y
1 change: 1 addition & 0 deletions configs/P1010RDB-PB_NAND_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,4 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
1 change: 1 addition & 0 deletions configs/P1010RDB-PB_NOR_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,4 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
1 change: 1 addition & 0 deletions configs/P1010RDB-PB_SDCARD_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
1 change: 1 addition & 0 deletions configs/P1010RDB-PB_SPIFLASH_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,4 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
1 change: 1 addition & 0 deletions configs/P1020RDB-PC_36BIT_NAND_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,6 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_USB_STORAGE=y
CONFIG_ADDR_MAP=y
1 change: 1 addition & 0 deletions configs/P1020RDB-PC_36BIT_SDCARD_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_USB_STORAGE=y
CONFIG_ADDR_MAP=y
1 change: 1 addition & 0 deletions configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,6 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_USB_STORAGE=y
CONFIG_ADDR_MAP=y
1 change: 1 addition & 0 deletions configs/P1020RDB-PC_36BIT_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,6 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_USB_STORAGE=y
CONFIG_ADDR_MAP=y
1 change: 1 addition & 0 deletions configs/P1020RDB-PC_NAND_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,5 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_USB_STORAGE=y
1 change: 1 addition & 0 deletions configs/P1020RDB-PC_SDCARD_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,5 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_USB_STORAGE=y
1 change: 1 addition & 0 deletions configs/P1020RDB-PC_SPIFLASH_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,5 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_USB_STORAGE=y
1 change: 1 addition & 0 deletions configs/P1020RDB-PC_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,5 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_USB_STORAGE=y
1 change: 1 addition & 0 deletions configs/P1020RDB-PD_NAND_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,5 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_USB_STORAGE=y
1 change: 1 addition & 0 deletions configs/P1020RDB-PD_SDCARD_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,5 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_USB_STORAGE=y
1 change: 1 addition & 0 deletions configs/P1020RDB-PD_SPIFLASH_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,5 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_USB_STORAGE=y
1 change: 1 addition & 0 deletions configs/P1020RDB-PD_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,5 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_USB_STORAGE=y
1 change: 1 addition & 0 deletions configs/P2020RDB-PC_36BIT_NAND_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,6 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_USB_STORAGE=y
CONFIG_ADDR_MAP=y
1 change: 1 addition & 0 deletions configs/P2020RDB-PC_36BIT_SDCARD_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,6 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_USB_STORAGE=y
CONFIG_ADDR_MAP=y
1 change: 1 addition & 0 deletions configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,6 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_USB_STORAGE=y
CONFIG_ADDR_MAP=y
1 change: 1 addition & 0 deletions configs/P2020RDB-PC_36BIT_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,6 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_USB_STORAGE=y
CONFIG_ADDR_MAP=y
1 change: 1 addition & 0 deletions configs/P2020RDB-PC_NAND_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,5 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_USB_STORAGE=y
1 change: 1 addition & 0 deletions configs/P2020RDB-PC_SDCARD_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,4 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
1 change: 1 addition & 0 deletions configs/P2020RDB-PC_SPIFLASH_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,5 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_USB_STORAGE=y
1 change: 1 addition & 0 deletions configs/P2020RDB-PC_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,5 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_FSL=y
CONFIG_USB_STORAGE=y
Loading

0 comments on commit f76750d

Please sign in to comment.