aboutsummaryrefslogtreecommitdiff
path: root/common/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2023-10-30common: Reword CONSOLE_RECORD_.*SIZE help textsTom Rini1-8/+8
2023-10-24serial: introduce CONFIG_CONSOLE_FLUSH_ON_NEWLINERasmus Villemoes1-0/+10
2023-10-11event: Rename rest of EVENT_SPY to EVENT_SPY_FULL or EVENT_SPY*Marek Vasut1-2/+2
2023-10-06sandbox: Move the bloblist down a little in memorySimon Glass1-1/+1
2023-09-19Move fdt_simplefb to boot/Simon Glass1-9/+0
2023-09-19video: Move the BMP optionsSimon Glass1-11/+0
2023-08-31event: Use an event to replace last_stage_init()WIP/2023-08-31-replace-more-init-hooks-with-eventsSimon Glass1-0/+1
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini1-1/+1
2023-08-07common: Drop duplicate space in SPL_BMP descriptionMarek Vasut1-1/+1
2023-08-07bloblist: Enforce CRC32Tom Rini1-0/+3
2023-08-02console: kconfig: Drop the redundant VIDEO dependencyBin Meng1-1/+1
2023-07-21common: Kconfig: Fix CMD_BMP/BMP dependencySamuel Dionne-Riel1-1/+0
2023-07-17android_ab: Try backup booloader_messageJoshua Watt1-0/+9
2023-07-07common: Kconfig: SYS_CONSOLE_ENV_OVERWRITE depends on SYS_CONSOLE_IS_IN_ENVYing Sun1-0/+1
2023-05-05Merge tag 'video-for-v2023.07-rc2' of https://source.denx.de/u-boot/custodian...WIP/05May2023Tom Rini1-0/+12
2023-05-03common/Kconfig: fix comments syntax errorHugo Villeneuve1-1/+1
2023-05-02imx: support i.MX8QM DMSSE20 a1 boardOliver Graute1-1/+1
2023-04-24common: Kconfig: Add BMP configsNikhil M Jain1-0/+12
2023-04-07ARM: rmobile: Add R-Car Generation 4 supportHai Pham1-1/+1
2023-03-14Merge tag 'v2023.04-rc4' into nextTom Rini1-12/+0
2023-03-10usb: move CONFIG_USB_HUB_DEBOUNCE_TIMEOUT to USBHeinrich Schuchardt1-12/+0
2023-03-03Add VPL options for BLOBLISTSimon Glass1-1/+30
2023-03-02event: Add Kconfig options for SPLSimon Glass1-0/+20
2023-03-02common: Make ARCH_EARLY_INIT_R be selected onlyTom Rini1-1/+1
2023-03-02common/Kconfig: Reword text for BOARD_TYPESTom Rini1-5/+4
2023-01-20common/update: Finish Kconfig migrationTom Rini1-4/+12
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini1-9/+8
2023-01-14usb: hub: allow to increase HUB_DEBOUNCE_TIMEOUTPatrick Delaunay1-0/+12
2023-01-12console: Add option to keep it silent until env is loadedHarald Seiler1-0/+10
2022-12-05sandbox: Move CONFIG_IO_TRACE to KconfigTom Rini1-0/+3
2022-12-05Convert CONFIG_HWCONFIG to KconfigTom Rini1-0/+4
2022-10-31vpl: Allow signature verificationSimon Glass1-0/+7
2022-10-31spl: Add a separate silence option for SPLSimon Glass1-0/+22
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass1-1/+1
2022-09-29event: Fix a typo in the EVENT helpSimon Glass1-1/+1
2022-09-24console: Implement flush() functionPali Rohár1-0/+6
2022-09-19Merge branch 'master' into nextTom Rini1-0/+14
2022-09-13cyclic: Add basic support for cyclic function execution infrastrutureStefan Roese1-0/+20
2022-09-12fdt_support: add optional board_rng_seed() hookRasmus Villemoes1-0/+14
2022-09-01Convert CONFIG_SYS_I2C_EEPROM_CCID et al to KconfigTom Rini1-0/+21
2022-07-07spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini1-1/+2
2022-06-28vpl: Ensure all VPL symbols in Kconfig have some VPL dependencyTom Rini1-10/+2
2022-06-28tpl: Ensure all TPL symbols in Kconfig have some TPL dependencyTom Rini1-1/+2
2022-06-06Convert CONFIG_SYS_BOOTPARAMS_LEN to KconfigTom Rini1-0/+12
2022-05-02vpl: Add Kconfig options for VPLSimon Glass1-0/+67
2022-05-02bloblist: Correct Kconfig dependenciesSimon Glass1-2/+2
2022-04-01Convert CONFIG_CLOCKS to KconfigTom Rini1-0/+4
2022-03-25Convert CONFIG_RESET_PHY_R to KconfigTom Rini1-0/+6
2022-03-10event: Convert misc_init_f() to use eventsSimon Glass1-6/+0
2022-03-10event: Add basic support for eventsSimon Glass1-0/+31