-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MIPS: config: generic: Add config for Marduk board
The config is minimal config to allow it boot from SD Card. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
- Loading branch information
Jiaxun Yang
authored and
Thomas Bogendoerfer
committed
Aug 12, 2021
1 parent
f149730
commit 917b64f
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
CONFIG_FIT_IMAGE_FDT_MARDUK=y | ||
|
||
CONFIG_SCSI=y | ||
CONFIG_BLK_DEV_SD=y | ||
|
||
CONFIG_CLKSRC_PISTACHIO=y | ||
|
||
CONFIG_COMMON_CLK_PISTACHIO=y | ||
|
||
CONFIG_DMADEVICES=y | ||
CONFIG_IMG_MDC_DMA=y | ||
|
||
CONFIG_GPIOLIB=y | ||
CONFIG_GPIO_SYSFS=y | ||
CONFIG_GPIO_PCH=y | ||
|
||
CONFIG_I2C=y | ||
CONFIG_I2C_IMG=y | ||
|
||
CONFIG_MMC=y | ||
CONFIG_MMC_SDHCI=y | ||
CONFIG_MMC_DW=y | ||
CONFIG_MMC_DW_PLTFM=y | ||
|
||
CONFIG_NETDEVICES=y | ||
CONFIG_STMMAC_ETH=y | ||
CONFIG_STMMAC_PLATFORM=y | ||
|
||
CONFIG_PHY_PISTACHIO_USB=y | ||
|
||
CONFIG_PINCTRL=y | ||
CONFIG_PINCTRL_PISTACHIO=y | ||
|
||
CONFIG_RESET_PISTACHIO=y | ||
|
||
CONFIG_SERIAL_8250=y | ||
CONFIG_SERIAL_8250_CONSOLE=y | ||
CONFIG_SERIAL_OF_PLATFORM=y | ||
CONFIG_SERIAL_8250_DW=y | ||
|
||
CONFIG_SPI=y | ||
CONFIG_SRAM=y | ||
|
||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_HCD=y | ||
CONFIG_USB_OHCI_HCD=y | ||
CONFIG_USB_DWC2=y | ||
|
||
CONFIG_CRYPTO_DEV_IMGTEC_HASH=y | ||
CONFIG_IMGPDC_WDT=y | ||
CONFIG_IR_IMG=y | ||
CONFIG_CC10001_ADC=y | ||
CONFIG_SND_SOC_IMG=y |