diff options
author | Lu jicong <jiconglu58@gmail.com> | 2023-05-10 12:02:42 +0800 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-05-10 19:01:45 +0200 |
commit | d246cb89dae1a20a959c04cbcf973241e2ce5102 (patch) | |
tree | b79ce73e415073ac82d3a88b1b49e9c7d72c65a0 /target/linux/at91 | |
parent | 218ce40cd738f3373438aab82467807a8707fb9c (diff) | |
download | upstream-d246cb89dae1a20a959c04cbcf973241e2ce5102.tar.gz upstream-d246cb89dae1a20a959c04cbcf973241e2ce5102.tar.bz2 upstream-d246cb89dae1a20a959c04cbcf973241e2ce5102.zip |
generic: refresh 5.15 kernel config
prepare for enabling CONFIG_ARM_CRYPTO on these targets
Signed-off-by: Lu jicong <jiconglu58@gmail.com>
Diffstat (limited to 'target/linux/at91')
-rw-r--r-- | target/linux/at91/sam9x/config-5.15 | 1 | ||||
-rw-r--r-- | target/linux/at91/sama5/config-5.15 | 1 | ||||
-rw-r--r-- | target/linux/at91/sama7/config-5.15 | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/at91/sam9x/config-5.15 b/target/linux/at91/sam9x/config-5.15 index ce7deb17a7..ee241fe251 100644 --- a/target/linux/at91/sam9x/config-5.15 +++ b/target/linux/at91/sam9x/config-5.15 @@ -240,7 +240,6 @@ CONFIG_RATIONAL=y CONFIG_REGMAP=y CONFIG_REGMAP_I2C=y CONFIG_REGMAP_MMIO=y -CONFIG_REGMAP_SPI=y CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_RTC_CLASS=y diff --git a/target/linux/at91/sama5/config-5.15 b/target/linux/at91/sama5/config-5.15 index 4790e26dff..9f2ebbf4d4 100644 --- a/target/linux/at91/sama5/config-5.15 +++ b/target/linux/at91/sama5/config-5.15 @@ -65,6 +65,7 @@ CONFIG_CMA_SIZE_SEL_MBYTES=y # CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set # CONFIG_CMA_SYSFS is not set CONFIG_CMDLINE="console=ttyS0,115200 initrd=0x21100000,25165824 root=/dev/ram0 rw" +CONFIG_CMDLINE_FROM_BOOTLOADER=y CONFIG_COMMON_CLK=y CONFIG_COMMON_CLK_AT91=y CONFIG_COMPAT_32BIT_TIME=y diff --git a/target/linux/at91/sama7/config-5.15 b/target/linux/at91/sama7/config-5.15 index 2cdf4cb434..27dca01a83 100644 --- a/target/linux/at91/sama7/config-5.15 +++ b/target/linux/at91/sama7/config-5.15 @@ -58,6 +58,7 @@ CONFIG_CMA_SIZE_SEL_MBYTES=y # CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set # CONFIG_CMA_SYSFS is not set CONFIG_CMDLINE="console=ttyS0,115200 earlyprintk nocache ignore_loglevel" +CONFIG_CMDLINE_FROM_BOOTLOADER=y CONFIG_COMMON_CLK=y CONFIG_COMMON_CLK_AT91=y # CONFIG_COMPACTION is not set @@ -390,7 +391,6 @@ CONFIG_VFP=y CONFIG_VFPv3=y # CONFIG_VIDEO_ATMEL_XISC is not set CONFIG_VIDEO_DEV=y -# CONFIG_VIDEO_IMX208 is not set CONFIG_VIDEO_V4L2=y CONFIG_VIDEO_V4L2_I2C=y CONFIG_VIDEO_V4L2_SUBDEV_API=y |