led: gpio: Default to using node name if label is absent
[platform/kernel/u-boot.git] / drivers / Kconfig
index e34a227..613669c 100644 (file)
@@ -10,10 +10,14 @@ source "drivers/ata/Kconfig"
 
 source "drivers/axi/Kconfig"
 
+source "drivers/bus/Kconfig"
+
 source "drivers/block/Kconfig"
 
 source "drivers/bootcount/Kconfig"
 
+source "drivers/button/Kconfig"
+
 source "drivers/cache/Kconfig"
 
 source "drivers/clk/Kconfig"
@@ -132,6 +136,8 @@ source "drivers/w1-eeprom/Kconfig"
 
 source "drivers/watchdog/Kconfig"
 
+source "drivers/xen/Kconfig"
+
 config PHYS_TO_BUS
        bool "Custom physical to bus address mapping"
        help