diff options
| author | Christian Marangi | 2024-03-20 00:37:23 +0000 |
|---|---|---|
| committer | Christian Marangi | 2024-04-02 21:45:21 +0000 |
| commit | dbd0bc7cf95c87a0c7b18a1724be82ff161eaf8d (patch) | |
| tree | c7849be0c1011b8800eec2d825c73add137b6a23 | |
| parent | f632e9295137d69139860337567a38350b6a8517 (diff) | |
| download | openwrt-dbd0bc7cf95c87a0c7b18a1724be82ff161eaf8d.tar.gz | |
generic: 6.6: add missing config symbol
Add missing config symbol while adding support for kernel 6.6 for target
ipq806x.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | target/linux/generic/config-6.6 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6 index 28baaf518e..c52b4f682f 100644 --- a/target/linux/generic/config-6.6 +++ b/target/linux/generic/config-6.6 @@ -5356,6 +5356,7 @@ CONFIG_RCU_TORTURE_TEST_SLOW_INIT_DELAY=3 # CONFIG_REGULATOR_PV88080 is not set # CONFIG_REGULATOR_PV88090 is not set # CONFIG_REGULATOR_PWM is not set +# CONFIG_REGULATOR_QCOM_REFGEN is not set # CONFIG_REGULATOR_RAA215300 is not set # CONFIG_REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY is not set # CONFIG_REGULATOR_RT4801 is not set @@ -7228,6 +7229,7 @@ CONFIG_TTY=y # CONFIG_TYPEC_TCPM is not set # CONFIG_TYPEC_UCSI is not set # CONFIG_TYPHOON is not set +# CONFIG_UACCE is not set # CONFIG_UACCESS_WITH_MEMCPY is not set # CONFIG_UBIFS_ATIME_SUPPORT is not set # CONFIG_UBIFS_FS_ADVANCED_COMPR is not set |