X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2FKconfig;h=c481e93356d6d3dac295cb0132ff274e34cf8874;hb=542635a0cf1fa6ad4512694c668cb93a46da422a;hp=63c92c594a7dfe2cd0defd13eb3eee219b649368;hpb=b7e84c93c450480ca4ff51ad2eb56bd83c1dc368;p=u-boot diff --git a/drivers/Kconfig b/drivers/Kconfig index 63c92c594a..c481e93356 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" @@ -46,6 +48,8 @@ source "drivers/power/Kconfig" source "drivers/ram/Kconfig" +source "drivers/remoteproc/Kconfig" + source "drivers/rtc/Kconfig" source "drivers/serial/Kconfig" @@ -56,6 +60,8 @@ source "drivers/spi/Kconfig" source "drivers/thermal/Kconfig" +source "drivers/timer/Kconfig" + source "drivers/tpm/Kconfig" source "drivers/usb/Kconfig"