X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=drivers%2FKconfig;h=dcce532e2df200ed4f82a4c45f0e14982ee26d1a;hb=0387848b1b2a726581536234c770fbabe7290354;hp=128736dae3d97d4b53ed01dcf40306c9d32b1522;hpb=2c2277f15cbaa9533ef8aead7328c3f605251147;p=karo-tx-uboot.git diff --git a/drivers/Kconfig b/drivers/Kconfig index 128736dae3..dcce532e2d 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -2,6 +2,8 @@ menu "Device Drivers" source "drivers/core/Kconfig" +source "drivers/demo/Kconfig" + source "drivers/pci/Kconfig" source "drivers/pcmcia/Kconfig" @@ -48,4 +50,6 @@ source "drivers/dma/Kconfig" source "drivers/crypto/Kconfig" +source "drivers/thermal/Kconfig" + endmenu