X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2FKconfig;h=70993fdab80f2e0985bcc802de695d9076fd28b4;hb=b7d3e4a63580198237bdce989d5514476056ee16;hp=c02f3231e07f753a365eb3ea235d64e9cf912a4b;hpb=ddf56bc7e3ef43920b4a23320e70c1998f1ef843;p=u-boot diff --git a/drivers/Kconfig b/drivers/Kconfig index c02f3231e0..70993fdab8 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -4,6 +4,8 @@ source "drivers/core/Kconfig" # types of drivers sorted in alphabetical order +source "drivers/adc/Kconfig" + source "drivers/block/Kconfig" source "drivers/clk/Kconfig" @@ -44,6 +46,8 @@ source "drivers/pinctrl/Kconfig" source "drivers/power/Kconfig" +source "drivers/pwm/Kconfig" + source "drivers/ram/Kconfig" source "drivers/remoteproc/Kconfig" @@ -58,6 +62,8 @@ source "drivers/spi/Kconfig" source "drivers/thermal/Kconfig" +source "drivers/timer/Kconfig" + source "drivers/tpm/Kconfig" source "drivers/usb/Kconfig"