summaryrefslogtreecommitdiff
path: root/common/Kconfig
AgeCommit message (Expand)Author
2023-07-17Add CONFIG_AVB_PUBKEY_FILE to specify the root avb public keyJiyong Park
2023-06-12common: Kconfig: Add BMP configsNikhil M Jain
2023-03-10usb: move CONFIG_USB_HUB_DEBOUNCE_TIMEOUT to USBHeinrich Schuchardt
2023-01-20common/update: Finish Kconfig migrationTom Rini
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini
2023-01-14usb: hub: allow to increase HUB_DEBOUNCE_TIMEOUTPatrick Delaunay
2023-01-12console: Add option to keep it silent until env is loadedHarald Seiler
2022-12-05sandbox: Move CONFIG_IO_TRACE to KconfigTom Rini
2022-12-05Convert CONFIG_HWCONFIG to KconfigTom Rini
2022-10-31vpl: Allow signature verificationSimon Glass
2022-10-31spl: Add a separate silence option for SPLSimon Glass
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass
2022-09-29event: Fix a typo in the EVENT helpSimon Glass
2022-09-24console: Implement flush() functionPali Rohár
2022-09-19Merge branch 'master' into nextTom Rini
2022-09-13cyclic: Add basic support for cyclic function execution infrastrutureStefan Roese
2022-09-12fdt_support: add optional board_rng_seed() hookRasmus Villemoes
2022-09-01Convert CONFIG_SYS_I2C_EEPROM_CCID et al to KconfigTom Rini
2022-07-07spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini
2022-06-28vpl: Ensure all VPL symbols in Kconfig have some VPL dependencyTom Rini
2022-06-28tpl: Ensure all TPL symbols in Kconfig have some TPL dependencyTom Rini
2022-06-06Convert CONFIG_SYS_BOOTPARAMS_LEN to KconfigTom Rini
2022-05-02vpl: Add Kconfig options for VPLSimon Glass
2022-05-02bloblist: Correct Kconfig dependenciesSimon Glass
2022-04-01Convert CONFIG_CLOCKS to KconfigTom Rini
2022-03-25Convert CONFIG_RESET_PHY_R to KconfigTom Rini
2022-03-10event: Convert misc_init_f() to use eventsSimon Glass
2022-03-10event: Add basic support for eventsSimon Glass
2022-03-03Convert CONFIG_BOARD_POSTCLK_INIT to KconfigTom Rini
2022-01-13bloblist: Refactor Kconfig to support alloc or fixedSimon Glass
2022-01-13bloblist: Use 'phase' consistently for bloblistsSimon Glass
2021-12-27Finish converting CONFIG_SYS_FSL_CLK to KconfigTom Rini
2021-12-05bloblist: Support allocating the bloblistSimon Glass
2021-11-30Convert CONFIG_LCD_DT_SIMPLEFB to KconfigPatrick Delaunay
2021-11-28common: Allow a smaller console-recording pre-relocSimon Glass
2021-11-11Create a new boot/ directorySimon Glass
2021-10-09common: Kconfig: use 'vidconsole' name instead of old 'video'Anatolij Gustschin
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini
2021-09-13pci: Drop DM_PCISimon Glass
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek
2021-08-30Convert CONFIG_ID_EEPROM to KconfigTom Rini
2021-07-21log: Allow padding of the function nameSimon Glass
2021-07-21sandbox: Adjust the bloblist default addressSimon Glass
2021-04-20Add support for stack-protectorJoel Peshkin
2021-04-06Convert CONFIG_MISC_INIT_F to KconfigSimon Glass
2021-03-13common: SCP03 control (enable and provision of keys)Jorge Ramirez-Ortiz
2021-01-29avb: AVB_VERIFY depends on MMCHeinrich Schuchardt
2021-01-27bloblist: Support relocating to a larger spaceSimon Glass
2021-01-15common: Kconfig: Introduce CONFIG_CONSOLE_RECORD_INIT_FOvidiu Panait
2020-10-30common: update: add a generic interface for FIT imageAKASHI Takahiro