mirror of https://github.com/parazyd/arm-sdk.git
Add support for orangepi_pc.
This commit is contained in:
parent
f4573a28bf
commit
a6d8459324
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 4.17.0 Kernel Configuration
|
||||
# Linux/arm 4.17.2 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
||||
|
|
@ -2970,10 +2970,10 @@ CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM=y
|
|||
# Allwinner SoC Audio support
|
||||
#
|
||||
CONFIG_SND_SUN4I_CODEC=y
|
||||
# CONFIG_SND_SUN8I_CODEC is not set
|
||||
# CONFIG_SND_SUN8I_CODEC_ANALOG is not set
|
||||
# CONFIG_SND_SUN4I_I2S is not set
|
||||
# CONFIG_SND_SUN4I_SPDIF is not set
|
||||
CONFIG_SND_SUN8I_CODEC=y
|
||||
CONFIG_SND_SUN8I_CODEC_ANALOG=y
|
||||
CONFIG_SND_SUN4I_I2S=y
|
||||
CONFIG_SND_SUN4I_SPDIF=y
|
||||
# CONFIG_SND_SOC_XTFPGA_I2S is not set
|
||||
# CONFIG_ZX_TDM is not set
|
||||
CONFIG_SND_SOC_I2C_AND_SPI=y
|
||||
|
|
@ -3763,7 +3763,7 @@ CONFIG_SUN8I_A33_CCU=y
|
|||
CONFIG_SUN8I_A83T_CCU=y
|
||||
CONFIG_SUN8I_H3_CCU=y
|
||||
CONFIG_SUN8I_V3S_CCU=y
|
||||
# CONFIG_SUN8I_DE2_CCU is not set
|
||||
CONFIG_SUN8I_DE2_CCU=y
|
||||
CONFIG_SUN8I_R40_CCU=y
|
||||
CONFIG_SUN9I_A80_CCU=y
|
||||
CONFIG_SUN8I_R_CCU=y
|
||||
|
|
|
|||
2
config
2
config
|
|
@ -84,6 +84,7 @@ uboot_configs=(
|
|||
Orangepi_defconfig
|
||||
orangepi_lite_defconfig
|
||||
Orangepi_mini_defconfig
|
||||
orangepi_pc_defconfig
|
||||
orangepi_plus_defconfig
|
||||
orangepi_plus2e_defconfig
|
||||
orangepi_zero_defconfig
|
||||
|
|
@ -110,6 +111,7 @@ board_dtbs=(
|
|||
sun7i-a20-orangepi.dtb
|
||||
sun8i-h3-orangepi-lite.dtb
|
||||
sun7i-a20-orangepi-mini.dtb
|
||||
sun8i-h3-orangepi-pc.dtb
|
||||
sun8i-h3-orangepi-plus.dtb
|
||||
sun8i-h3-orangepi-plus2e.dtb
|
||||
sun8i-h2-plus-orangepi-zero.dtb
|
||||
|
|
|
|||
Loading…
Reference in New Issue