aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/generic
diff options
context:
space:
mode:
authorShiji Yang <yangshiji66@qq.com>2023-05-30 15:05:06 +0800
committerDavid Bauer <mail@david-bauer.net>2023-09-08 18:06:30 +0200
commit496280ef4e0ce1d272e669eca4b63582229b65e4 (patch)
tree25a295655ef14ba4e5448be9fbb585d39b449887 /target/linux/ath79/generic
parent703d667a0cdf6dfa402c08e72d0c77a257ca5009 (diff)
downloadupstream-496280ef4e0ce1d272e669eca4b63582229b65e4.tar.gz
upstream-496280ef4e0ce1d272e669eca4b63582229b65e4.tar.bz2
upstream-496280ef4e0ce1d272e669eca4b63582229b65e4.zip
ath79: add missing symbols by refreshing kernel configs
Some symbols are outdated or missing due to daily kernel bumps. It's better to re-add them. All configs are automatically refreshed by 'make kernel_oldconfig CONFIG_TARGET=taget' and 'make kernel_oldconfig CONFIG_TARGET=subtarget' Signed-off-by: Shiji Yang <yangshiji66@qq.com>
Diffstat (limited to 'target/linux/ath79/generic')
-rw-r--r--target/linux/ath79/generic/config-default2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ath79/generic/config-default b/target/linux/ath79/generic/config-default
index 06f264b626a..d8c674cba7e 100644
--- a/target/linux/ath79/generic/config-default
+++ b/target/linux/ath79/generic/config-default
@@ -6,6 +6,7 @@ CONFIG_GPIO_WATCHDOG=y
CONFIG_GPIO_WATCHDOG_ARCH_INITCALL=y
CONFIG_I2C=y
CONFIG_I2C_ALGOBIT=y
+CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_CHARDEV=y
CONFIG_I2C_GPIO=y
CONFIG_INTEL_XWAY_PHY=y
@@ -20,6 +21,7 @@ CONFIG_NVMEM_U_BOOT_ENV=y
CONFIG_PHY_AR7100_USB=y
CONFIG_PHY_AR7200_USB=y
CONFIG_REALTEK_PHY=y
+CONFIG_REGMAP_I2C=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_VITESSE_PHY=y
CONFIG_WATCHDOG_CORE=y