X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2FKconfig;h=70993fdab80f2e0985bcc802de695d9076fd28b4;hb=b7d3e4a63580198237bdce989d5514476056ee16;hp=63c92c594a7dfe2cd0defd13eb3eee219b649368;hpb=80cd58b99e8690b05e8537dbf76276e24fcfa652;p=u-boot diff --git a/drivers/Kconfig b/drivers/Kconfig index 63c92c594a..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,8 +46,12 @@ source "drivers/pinctrl/Kconfig" source "drivers/power/Kconfig" +source "drivers/pwm/Kconfig" + source "drivers/ram/Kconfig" +source "drivers/remoteproc/Kconfig" + source "drivers/rtc/Kconfig" source "drivers/serial/Kconfig" @@ -56,6 +62,8 @@ source "drivers/spi/Kconfig" source "drivers/thermal/Kconfig" +source "drivers/timer/Kconfig" + source "drivers/tpm/Kconfig" source "drivers/usb/Kconfig"