Sumit Garg | 5b32da4 | 2022-07-12 12:42:08 +0530 | [diff] [blame] | 1 | CONFIG_ARM=y |
| 2 | CONFIG_SKIP_LOWLEVEL_INIT=y |
| 3 | CONFIG_COUNTER_FREQUENCY=19000000 |
| 4 | CONFIG_POSITION_INDEPENDENT=y |
| 5 | CONFIG_ARCH_SNAPDRAGON=y |
| 6 | CONFIG_DEFAULT_DEVICE_TREE="dragonboard845c" |
| 7 | CONFIG_TARGET_DRAGONBOARD845C=y |
| 8 | CONFIG_IDENT_STRING="\nQualcomm-DragonBoard 845C" |
| 9 | CONFIG_SYS_LOAD_ADDR=0x80000000 |
| 10 | CONFIG_FIT=y |
| 11 | CONFIG_FIT_VERBOSE=y |
| 12 | CONFIG_BOOTDELAY=5 |
| 13 | CONFIG_SAVE_PREV_BL_FDT_ADDR=y |
| 14 | CONFIG_SAVE_PREV_BL_INITRAMFS_START_ADDR=y |
Tom Rini | 914a8c0 | 2024-01-03 09:26:16 -0500 | [diff] [blame] | 15 | CONFIG_SYS_CBSIZE=512 |
Sumit Garg | 5b32da4 | 2022-07-12 12:42:08 +0530 | [diff] [blame] | 16 | # CONFIG_DISPLAY_CPUINFO is not set |
| 17 | CONFIG_HUSH_PARSER=y |
| 18 | CONFIG_SYS_MAXARGS=64 |
Sumit Garg | 5b32da4 | 2022-07-12 12:42:08 +0530 | [diff] [blame] | 19 | CONFIG_CMD_GPIO=y |
| 20 | # CONFIG_NET is not set |
| 21 | CONFIG_CLK=y |
| 22 | CONFIG_MSM_GPIO=y |
Sumit Garg | 60900b4 | 2022-08-04 19:57:17 +0530 | [diff] [blame] | 23 | CONFIG_QCOM_PMIC_GPIO=y |
Sumit Garg | 5b32da4 | 2022-07-12 12:42:08 +0530 | [diff] [blame] | 24 | CONFIG_PINCTRL=y |
| 25 | CONFIG_DM_PMIC=y |
Sumit Garg | 60900b4 | 2022-08-04 19:57:17 +0530 | [diff] [blame] | 26 | CONFIG_PMIC_QCOM=y |
Sumit Garg | 5b32da4 | 2022-07-12 12:42:08 +0530 | [diff] [blame] | 27 | CONFIG_MSM_GENI_SERIAL=y |
| 28 | CONFIG_SPMI_MSM=y |
Tom Rini | a91fe44 | 2023-02-08 10:18:26 -0500 | [diff] [blame] | 29 | CONFIG_LMB_MAX_REGIONS=64 |