X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2FKconfig;h=70993fdab80f2e0985bcc802de695d9076fd28b4;hb=b7d3e4a63580198237bdce989d5514476056ee16;hp=524d73e64c89634cfae995c5e9628c465c7bb9e5;hpb=e0bb89b14bb670db51d3bf0ea2253dae7dc24a92;p=u-boot diff --git a/drivers/Kconfig b/drivers/Kconfig index 524d73e64c..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" @@ -40,10 +42,16 @@ source "drivers/pci/Kconfig" source "drivers/pcmcia/Kconfig" +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" @@ -54,6 +62,8 @@ source "drivers/spi/Kconfig" source "drivers/thermal/Kconfig" +source "drivers/timer/Kconfig" + source "drivers/tpm/Kconfig" source "drivers/usb/Kconfig"