mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-21 19:32:49 +01:00
changed recovery_defconfig to include last uboot version (with i2c in dts) and i2c packages
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# Busybox version: 1.31.1
|
||||
# Tue Oct 20 22:46:50 2020
|
||||
# Sun Oct 25 16:03:31 2020
|
||||
#
|
||||
CONFIG_HAVE_DOT_CONFIG=y
|
||||
|
||||
|
||||
@@ -95,8 +95,6 @@ CONFIG_BACKLIGHT_PWM=y
|
||||
CONFIG_FRAMEBUFFER_CONSOLE=y
|
||||
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
|
||||
CONFIG_LOGO=y
|
||||
# CONFIG_LOGO_FUNKEY_CLUT224 is not set
|
||||
CONFIG_LOGO_FUNKEY_RECOVERY_CLUT224=y
|
||||
CONFIG_SOUND=y
|
||||
CONFIG_SND=y
|
||||
# CONFIG_SND_DRIVERS is not set
|
||||
|
||||
@@ -4,6 +4,7 @@ CONFIG_SPL=y
|
||||
CONFIG_IDENT_STRING=" FunKey"
|
||||
CONFIG_MACH_SUN8I_V3S=y
|
||||
CONFIG_DRAM_CLK=360
|
||||
CONFIG_I2C0_ENABLE=y
|
||||
# CONFIG_ARMV7_NONSEC is not set
|
||||
CONFIG_DEFAULT_DEVICE_TREE="sun8i-v3s-funkey"
|
||||
CONFIG_LOCALVERSION="-funkey"
|
||||
@@ -27,3 +28,6 @@ CONFIG_ENV_IS_IN_MMC=y
|
||||
CONFIG_USE_DEFAULT_ENV_FILE=y
|
||||
CONFIG_DEFAULT_ENV_FILE="$(BR2_EXTERNAL_RECOVERY_PATH)/board/funkey/rootfs-overlay/etc/u-boot.env"
|
||||
# CONFIG_NET is not set
|
||||
CONFIG_DM_I2C=y
|
||||
CONFIG_I2C_SET_DEFAULT_BUS_NUM=y
|
||||
CONFIG_SYS_I2C_MVTWSI=y
|
||||
|
||||
Reference in New Issue
Block a user